mirror of https://github.com/cppla/ServerStatus
update
parent
a544f72db0
commit
fa984cfae6
|
@ -4,7 +4,7 @@ services:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
image: serverstatus_server
|
image: cppla/serverstatus:latest
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: curl --fail http://localhost:80 || bash -c 'kill -s 15 -1 && (sleep 10; kill -s 9 -1)'
|
test: curl --fail http://localhost:80 || bash -c 'kill -s 15 -1 && (sleep 10; kill -s 9 -1)'
|
||||||
interval: 30s
|
interval: 30s
|
||||||
|
|
Loading…
Reference in New Issue