This commit is contained in:
qiaofeng1227 2023-10-18 18:05:26 +08:00
parent b6447f9dc8
commit 186019c8f4
3 changed files with 7 additions and 2 deletions

View File

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

View File

@ -26,7 +26,7 @@ services:
- /var/run/docker.sock:/var/run/docker.sock
#- /run/podman/podman.sock:/var/run/docker.sock
healthcheck:
test: ["CMD", "/healthcheck"]
test: ["CMD", "/environment"]
interval: 30s
timeout: 10s
retries: 3

View File

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