mirror of
https://github.com//cppla/ServerStatus
synced 2025-12-14 17:52:05 +08:00
update
This commit is contained in:
@@ -4,7 +4,7 @@ services:
|
||||
build:
|
||||
context: .
|
||||
dockerfile: Dockerfile
|
||||
image: serverstatus_server
|
||||
image: cppla/serverstatus:latest
|
||||
healthcheck:
|
||||
test: curl --fail http://localhost:80 || bash -c 'kill -s 15 -1 && (sleep 10; kill -s 9 -1)'
|
||||
interval: 30s
|
||||
|
||||
Reference in New Issue
Block a user