wait for ch healthcheck

This commit is contained in:
ruslandoga 2024-09-29 16:11:03 +07:00 committed by ruslandoga
parent e10a380651
commit b7711e284d

View File

@ -25,7 +25,7 @@ services:
soft: 262144
hard: 262144
healthcheck:
test: ["CMD-SHELL", "wget --no-verbose --tries=1 --spider http://127.0.0.1:8123/ping || exit 1"]
test: ["CMD-SHELL", "wget --no-verbose --tries=1 -O - http://127.0.0.1:8123/ping || exit 1"]
start_period: 1m
plausible: