Skip to content

Commit eb8cc37

Browse files
committed
Export port on host machine
1 parent 3338abb commit eb8cc37

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ services:
1717
MONGODB_SERVERS: 'mongo.local:27017'
1818
DISCOVER_MONGO: 'false'
1919
DISCOVER_RABBITMQ: 'false'
20-
expose:
20+
21+
ports:
2122
- 9400
2223

2324
depends_on:

0 commit comments

Comments
 (0)