paths
This commit is contained in:
@@ -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:
|
||||||
|
Reference in New Issue
Block a user