hostname removed

This commit is contained in:
2023-09-10 01:25:13 +02:00
parent 4f7272776a
commit fb267ede53
-1
View File
@@ -2,7 +2,6 @@ services:
# Ward # Ward
ward: ward:
container_name: ${WARD_CONTAINER_NAME:-Ward} container_name: ${WARD_CONTAINER_NAME:-Ward}
hostname: ward
image: antonyleons/ward:${WARD_TAG:-latest} image: antonyleons/ward:${WARD_TAG:-latest}
healthcheck: healthcheck:
test: curl -f http://localhost:${WARD_PORT:-4000}/ || exit 1 test: curl -f http://localhost:${WARD_PORT:-4000}/ || exit 1