1
0
Fork 0

Update cppla/serverstatus Docker tag to v1.1.6 (#1224)

This commit is contained in:
renovate[bot] 2025-08-14 17:14:46 +08:00 committed by GitHub
parent 0f654565c6
commit e312726a58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
services:
serverstatus:
image: "cppla/serverstatus:1.1.5"
image: "cppla/serverstatus:1.1.6"
healthcheck:
test: ["CMD-SHELL", "curl --fail http://localhost:80 || bash -c 'kill -s 15 -1 && (sleep 10; kill -s 9 -1)'"]
interval: 30s