build: update configuration files
This commit is contained in:
parent
41d299c4bf
commit
96b7d3276c
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
x-app: &default-app
|
x-app: &default-app
|
||||||
volumes:
|
volumes:
|
||||||
- "${DOCKER_WEB_VOLUME:-./1:/app}"
|
- "${DOCKER_WEB_VOLUME:-./web:/app/web}"
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
restart: "${DOCKER_RESTART_POLICY:-unless-stopped}"
|
restart: "${DOCKER_RESTART_POLICY:-unless-stopped}"
|
||||||
|
|
|
||||||
Reference in a new issue