Port changed back to 3000

This commit is contained in:
Lucas Patenaude
2024-04-09 21:10:08 -06:00
parent 28d8fcffc2
commit fd53cdc24f
6 changed files with 49 additions and 42 deletions

View File

@@ -29,7 +29,7 @@ services:
depends_on:
- db
ports:
- '3000:3001'
- '3000:3000'
volumes:
- ../ProjectSourceCode:/home/node/app # Mount ProjectSourceCode directory
- ../ProjectSourceCode/node_modules:/home/node/app/node_modules # Mount node_modules directory