1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-27 23:46:39 +01:00

chore: fixes interval healthcheck (#2881)

This commit is contained in:
Amir Raminfar
2024-04-08 14:02:59 -07:00
committed by GitHub
parent c63dc9dc13
commit af7ed8b424

View File

@@ -56,9 +56,10 @@ services:
- CONTAINERS=1
healthcheck:
test: ["CMD", "nc", "-z", "127.0.0.1", "2375"]
interval: 30s
interval: 5s
retries: 5
start_period: 5s
start_interval: 5s
ports:
- 2375:2375