paths
This commit is contained in:
parent
47f71fb20f
commit
2f66a2d08f
@ -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:
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user