nginx port
This commit is contained in:
parent
b193791de8
commit
8bc6f0a70c
|
@ -3,7 +3,7 @@ services:
|
|||
dencode-nginx:
|
||||
image: nginx:latest
|
||||
ports:
|
||||
- "8080:80"
|
||||
- "8085:80"
|
||||
volumes:
|
||||
- ../app:/var/www/html
|
||||
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf
|
||||
|
|
Loading…
Reference in New Issue