update nginx port

This commit is contained in:
Mohit Panjwani
2020-05-27 20:56:54 +05:30
parent 165907d144
commit 3e4decdfb9

View File

@ -35,7 +35,7 @@ services:
image: nginx:1.17-alpine
restart: unless-stopped
ports:
- 8080:80
- 80:80
volumes:
- ./:/var/www
- ./docker-compose/nginx:/etc/nginx/conf.d/