Update cppla/serverstatus Docker tag to v1.1.7

This commit is contained in:
renovate[bot] 2026-01-30 07:23:50 +00:00 committed by GitHub
parent 936fa9a95f
commit 055badd6e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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