1
0
mirror of https://github.com/plausible/hosting.git synced 2025-04-13 20:24:00 -05:00

fix plausible_events_db healthcheck

This commit is contained in:
ruslandoga 2024-09-25 21:38:25 +07:00
parent 249b22d338
commit 86e3e4e833

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