1
0
mirror of https://github.com/pooneyy/1Panel-Appstore.git synced 2026-04-20 11:39:36 +08:00

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

chore(deps): update cppla/serverstatus docker tag to v1.1.5
This commit is contained in:
okxlin 2024-08-31 12:52:51 +08:00 committed by GitHub
commit 0ef9976bb9
4 changed files with 1 additions and 1 deletions

View File

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