This commit is contained in:
Administrator 2022-08-16 08:37:58 +03:00
parent 39fd2ee1a7
commit 8833a48605
4 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ services:
nginx: nginx:
image: nginx image: nginx
volumes: volumes:
- ../nginx_dev:/etc/nginx - ../nginx/nginx-dev.conf:/etc/nginx/nginx.conf
ports: ports:
- "80:80" - "80:80"
deploy: deploy:

View File

@ -4,7 +4,7 @@ services:
nginx: nginx:
image: nginx image: nginx
volumes: volumes:
- ../nginx_prod:/etc/nginx - ../nginx/nginx-prod.conf:/etc/nginx/nginx.conf
ports: ports:
- "80:80" - "80:80"
deploy: deploy: