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