- Now use rx3-docker/server:1.4.0-mga9 rx3-docker/tomcat:1.1.0-mga9 & rx3-docker/postgresql:1.2.0-mga9 images,
- Now use docker-tools-1.5.2, - Rebuild for updates.
This commit is contained in:
@@ -70,7 +70,7 @@ services:
|
||||
GUACAMOLE_GID: ${SV_GROUP_ID}
|
||||
|
||||
healthcheck:
|
||||
test: ["CMD-SHELL", "echo > /dev/tcp/localhost/4822 || exit 1"]
|
||||
test: ["CMD-SHELL", "echo > /dev/tcp/localhost/${SV_PORT_MAIN_INT} || exit 1"]
|
||||
interval: 10s
|
||||
timeout: 3s
|
||||
retries: 3
|
||||
|
||||
Reference in New Issue
Block a user