change dev port

This commit is contained in:
cupcakearmy 2019-03-24 13:45:50 +01:00
parent ded130ece3
commit 78ccbfa591

View File

@ -4,7 +4,7 @@ services:
home:
image: nginx:alpine
ports:
- 80:80
- 3000:80
volumes:
- ./public:/usr/share/nginx/html:ro
- ./nginx.conf:/etc/nginx/conf.d/default.conf:ro