From c203dce2f921e5fcb07fbf84e38e898a470d8ffb Mon Sep 17 00:00:00 2001 From: Cason Kervis Date: Mon, 26 May 2025 21:19:02 +0800 Subject: [PATCH] chore: add mark for browserless healthcheck (#19199) --- docker-compose.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 8b79ddf80..986b3c338 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -28,11 +28,11 @@ services: core: # marked hard: 0 # marked soft: 0 # marked - healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:3000/pressure"] - interval: 30s - timeout: 10s - retries: 3 + healthcheck: # marked + test: ["CMD", "curl", "-f", "http://localhost:3000/pressure"] # marked + interval: 30s # marked + timeout: 10s # marked + retries: 3 # marked redis: image: redis:alpine