There was an error while loading. Please reload this page.
1 parent 49d26d9 commit 9dab1d9Copy full SHA for 9dab1d9
05-nginx-express-redis-nodemon/docker-compose.yml
@@ -2,8 +2,8 @@ web:
2
build: ./app
3
volumes:
4
- "app:/src/app"
5
- expose:
6
- - "3000"
+ ports:
+ - "3030:3000"
7
links:
8
- "db:redis"
9
command: nodemon -L app/bin/www
0 commit comments