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