Add healthcheck
This commit is contained in:
@@ -16,6 +16,8 @@ services:
|
||||
restart: "unless-stopped"
|
||||
depends_on:
|
||||
- "guacd"
|
||||
healthcheck:
|
||||
test: "curl -f http://localhost:8080/ || exit 1"
|
||||
environment:
|
||||
GUACD_HOSTNAME: "guacd"
|
||||
GUACD_PORT: "4822"
|
||||
|
||||
Reference in New Issue
Block a user