paths
This commit is contained in:
parent
47f71fb20f
commit
2f66a2d08f
@ -3,7 +3,7 @@ services:
|
||||
nginx:
|
||||
image: nginx
|
||||
volumes:
|
||||
- ./nginx_dev:/etc/nginx
|
||||
- ../nginx_dev:/etc/nginx
|
||||
ports:
|
||||
- "80:80"
|
||||
deploy:
|
||||
|
@ -3,7 +3,7 @@ services:
|
||||
nginx:
|
||||
image: nginx
|
||||
volumes:
|
||||
- ./nginx_prod:/etc/nginx
|
||||
- ../nginx_prod:/etc/nginx
|
||||
ports:
|
||||
- "80:80"
|
||||
deploy:
|
||||
|
Loading…
Reference in New Issue
Block a user