port default
This commit is contained in:
parent
ad36e16f93
commit
85875778ae
|
@ -40,7 +40,7 @@ services:
|
|||
container_name: toinv-nginx
|
||||
restart: always
|
||||
ports:
|
||||
- "${WEB_PORT}:80"
|
||||
- "${WEB_PORT:-80}:80"
|
||||
depends_on:
|
||||
back:
|
||||
condition: service_healthy
|
||||
|
@ -48,7 +48,6 @@ services:
|
|||
- back:back
|
||||
- front:front
|
||||
volumes:
|
||||
- ./env/docker.env:/app/.env
|
||||
- ./nginx/nginx.conf:/etc/nginx/nginx.conf
|
||||
- ./nginx/conf.d:/etc/nginx/conf.d
|
||||
networks:
|
||||
|
|
Loading…
Reference in New Issue