adds docker image name to docker_image_tag and adds url example
This commit is contained in:
@@ -29,7 +29,7 @@ services:
|
||||
- db:/var/lib/mysql
|
||||
web:
|
||||
container_name: ${DOCKER_PREFIX}-web
|
||||
image: wp-php7.3:${DOCKER_IMAGE_TAG}
|
||||
image: ${DOCKER_IMAGE_TAG}
|
||||
labels:
|
||||
- traefik.enable=true
|
||||
- traefik.http.routers.${DOCKER_PREFIX}-web.entrypoints=https
|
||||
|
||||
Reference in New Issue
Block a user