From fb267ede5354676ab9b2643b6bf81709c54510ca Mon Sep 17 00:00:00 2001 From: Michel Date: Sun, 10 Sep 2023 01:25:13 +0200 Subject: [PATCH] hostname removed --- ward/compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/ward/compose.yml b/ward/compose.yml index 895f0b5..7db7d6f 100644 --- a/ward/compose.yml +++ b/ward/compose.yml @@ -2,7 +2,6 @@ services: # Ward ward: container_name: ${WARD_CONTAINER_NAME:-Ward} - hostname: ward image: antonyleons/ward:${WARD_TAG:-latest} healthcheck: test: curl -f http://localhost:${WARD_PORT:-4000}/ || exit 1