We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f11da commit d75d543Copy full SHA for d75d543
docker-compose.yml
@@ -5,6 +5,11 @@ services:
5
context: .
6
dockerfile: Dockerfile
7
image: serverstatus_server
8
+ healthcheck:
9
+ test: curl --fail http://localhost:80 || bash -c 'kill -s 15 -1 && (sleep 10; kill -s 9 -1)'
10
+ interval: 30s
11
+ timeout: 10s
12
+ retries: 5
13
container_name: serverstatus
14
restart: unless-stopped
15
networks:
0 commit comments