Update cppla/serverstatus Docker tag to v1.1.6 (#1224)
This commit is contained in:
parent
0f654565c6
commit
e312726a58
|
|
@ -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
|
||||
Loading…
Reference in New Issue