This commit is contained in:
qiaofeng1227 2023-10-19 17:18:31 +08:00
parent 5101f1f2ab
commit 23e939fe7e
3 changed files with 7 additions and 7 deletions

View file

@ -36,9 +36,9 @@ services:
#- /run/podman/podman.sock:/var/run/docker.sock
healthcheck:
test: ["CMD", "/environment"]
interval: 30s
timeout: 10s
retries: 3
interval: 10s
timeout: 30s
retries: 4
labels:
com.docker.compose.w9_http.port: 9000

View file

@ -27,9 +27,9 @@ services:
#- /run/podman/podman.sock:/var/run/docker.sock
healthcheck:
test: ["CMD", "/environment"]
interval: 30s
timeout: 10s
retries: 3
interval: 10s
timeout: 30s
retries: 4
labels:
com.docker.compose.w9_http.port: 9000

View file

@ -1,5 +1,5 @@
{
"version": "0.8.26-rc70",
"version": "0.8.26-rc71",
"plugins": {
"portainer": "0.0.7",
"nginx": "0.0.5",