mirror of
https://github.com/plausible/hosting.git
synced 2024-12-22 12:03:18 -06:00
fix plausible_events_db healthcheck
This commit is contained in:
parent
249b22d338
commit
86e3e4e833
@ -26,7 +26,7 @@ services:
|
|||||||
soft: 262144
|
soft: 262144
|
||||||
hard: 262144
|
hard: 262144
|
||||||
healthcheck:
|
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_interval: 2s
|
||||||
start_period: 1m
|
start_period: 1m
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user