diff --git a/docker-compose.yml b/docker-compose.yml index 4a03546..adae2d4 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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"