fix
This commit is contained in:
parent
39fd2ee1a7
commit
8833a48605
@ -3,7 +3,7 @@ services:
|
||||
nginx:
|
||||
image: nginx
|
||||
volumes:
|
||||
- ../nginx_dev:/etc/nginx
|
||||
- ../nginx/nginx-dev.conf:/etc/nginx/nginx.conf
|
||||
ports:
|
||||
- "80:80"
|
||||
deploy:
|
||||
|
@ -4,7 +4,7 @@ services:
|
||||
nginx:
|
||||
image: nginx
|
||||
volumes:
|
||||
- ../nginx_prod:/etc/nginx
|
||||
- ../nginx/nginx-prod.conf:/etc/nginx/nginx.conf
|
||||
ports:
|
||||
- "80:80"
|
||||
deploy:
|
||||
|
Loading…
Reference in New Issue
Block a user