Add healthcheck

This commit is contained in:
2024-12-23 13:34:17 +01:00
parent bc9f514bc5
commit 01526ede0d

View File

@@ -16,8 +16,6 @@ services:
restart: "unless-stopped"
depends_on:
- "guacd"
healthcheck:
test: "curl -f http://localhost:8080/ || exit 1"
environment:
GUACD_HOSTNAME: "guacd"
GUACD_PORT: "4822"