mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-21 23:20:23 +00:00
rc
This commit is contained in:
parent
5101f1f2ab
commit
23e939fe7e
3 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "0.8.26-rc70",
|
||||
"version": "0.8.26-rc71",
|
||||
"plugins": {
|
||||
"portainer": "0.0.7",
|
||||
"nginx": "0.0.5",
|
||||
|
|
Loading…
Reference in a new issue