From 01526ede0d93bc93fc5a87a15554f9ebdc0b7c67 Mon Sep 17 00:00:00 2001 From: SALVIJER Date: Mon, 23 Dec 2024 13:34:17 +0100 Subject: [PATCH] Add healthcheck --- docker-compose.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index adae2d4..4a03546 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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"