Merge pull request #3318 from okxlin/renovate/cppla-serverstatus-1.x

Update cppla/serverstatus Docker tag to v1.1.7
This commit is contained in:
okxlin 2026-03-02 16:27:00 +08:00 committed by GitHub
commit 80a2178232
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.7"
healthcheck:
test: ["CMD-SHELL", "curl --fail http://localhost:80 || bash -c 'kill -s 15 -1 && (sleep 10; kill -s 9 -1)'"]
interval: 30s