We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 072eb0e commit a790d2bCopy full SHA for a790d2b
1 file changed
docker-compose.yml
@@ -19,3 +19,7 @@ services:
19
ports:
20
- "8080:80"
21
restart: unless-stopped
22
+ healthcheck:
23
+ test: ["CMD-SHELL", "wget -qO- http://127.0.0.1/config.json >/dev/null 2>&1 || exit 1"]
24
+ interval: 5s
25
+ timeout: 5s
0 commit comments