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:
image: nginx
volumes:
- ./nginx_dev:/etc/nginx
- ../nginx_dev:/etc/nginx
ports:
- "80:80"
deploy:

View File

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