generated from kelin/Compose-Template
Update compose.yml
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
|
|
||||||
${SERVICE_NAME}:
|
SERVICE_NAME:
|
||||||
image: ${DOCKER_IMAGE}
|
image: ${DOCKER_IMAGE}
|
||||||
container_name: ${CONTAINER_NAME}
|
container_name: ${CONTAINER_NAME}
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
@@ -13,8 +13,8 @@ services:
|
|||||||
# Comment out volumes section if it is empty
|
# Comment out volumes section if it is empty
|
||||||
#volumes:
|
#volumes:
|
||||||
|
|
||||||
# Comment out environment section if it is empty
|
environment:
|
||||||
# environment:
|
- TZ=${TZ}
|
||||||
|
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ['CMD', 'wget', '--quiet', '--tries=1', '--spider', 'http://localhost:${INTERNAL_PORT}/']
|
test: ['CMD', 'wget', '--quiet', '--tries=1', '--spider', 'http://localhost:${INTERNAL_PORT}/']
|
||||||
|
|||||||
Reference in New Issue
Block a user