This commit is contained in:
Administrator 2022-08-13 15:13:23 +03:00
parent 47f71fb20f
commit 2f66a2d08f
2 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_dev:/etc/nginx
ports: ports:
- "80:80" - "80:80"
deploy: deploy:

View File

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