mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-03 01:28:39 +08:00
rc
This commit is contained in:
parent
b6447f9dc8
commit
186019c8f4
@ -34,6 +34,11 @@ services:
|
|||||||
- /data/compose:/data/compose
|
- /data/compose:/data/compose
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
#- /run/podman/podman.sock:/var/run/docker.sock
|
#- /run/podman/podman.sock:/var/run/docker.sock
|
||||||
|
healthcheck:
|
||||||
|
test: ["CMD", "/environment"]
|
||||||
|
interval: 30s
|
||||||
|
timeout: 10s
|
||||||
|
retries: 3
|
||||||
labels:
|
labels:
|
||||||
com.docker.compose.w9_http.port: 9000
|
com.docker.compose.w9_http.port: 9000
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ services:
|
|||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
#- /run/podman/podman.sock:/var/run/docker.sock
|
#- /run/podman/podman.sock:/var/run/docker.sock
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "/healthcheck"]
|
test: ["CMD", "/environment"]
|
||||||
interval: 30s
|
interval: 30s
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
retries: 3
|
retries: 3
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
{
|
{
|
||||||
"version": "0.8.26-rc63",
|
"version": "0.8.26-rc64",
|
||||||
"plugins": {
|
"plugins": {
|
||||||
"portainer": "0.0.7",
|
"portainer": "0.0.7",
|
||||||
"nginx": "0.0.5",
|
"nginx": "0.0.5",
|
||||||
|
Loading…
Reference in New Issue
Block a user