hostname removed
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user