master
cppla 2025-08-12 15:26:45 +08:00
parent a544f72db0
commit fa984cfae6
1 changed files with 1 additions and 1 deletions

View File

@ -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