- 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:
2026-05-30 17:28:34 +02:00
parent 300ae78bab
commit 4e0f8f83e7
6 changed files with 20 additions and 9 deletions

View File

@@ -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