nginx port

This commit is contained in:
Sergio Álvarez 2021-09-15 13:46:22 +02:00
parent b193791de8
commit 8bc6f0a70c
1 changed files with 1 additions and 1 deletions

View File

@ -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