Skip to content

Commit e4ece02

Browse files
committed
update docker port mapping
1 parent 299c4d2 commit e4ece02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ services:
1717
env_file: .env
1818
ports:
1919
# This maps port from .env on the host to same port number on the container.
20-
- '3000:$PORT'
20+
- '$PORT:$PORT'
2121
links:
2222
- mongo
2323

0 commit comments

Comments
 (0)