Skip to content

Commit 64adb85

Browse files
committed
expose port 2580
It's necessary to run yarn remote localhost 2580
1 parent d0123ff commit 64adb85

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ services:
1212
- .:/api
1313
ports:
1414
- 3000:3000
15+
- 2580:2580
1516
environment:
1617
HOST: 0.0.0.0
1718
DB_HOST: mongodb://node-api-boilerplate-mongodb:27017

0 commit comments

Comments
 (0)