Skip to content
This repository was archived by the owner on Aug 1, 2024. It is now read-only.

Commit 472c19b

Browse files
authored
feat: forward mongo and mysql ports by default (#848)
1 parent 6dfab25 commit 472c19b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

docker-compose.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ services:
156156
default:
157157
aliases:
158158
- edx.devstack.mongo
159-
# ports:
160-
# - "27017:27017"
159+
ports:
160+
- "27017:27017"
161161
volumes:
162162
- mongo_data:/data/db
163163

@@ -173,8 +173,8 @@ services:
173173
default:
174174
aliases:
175175
- edx.devstack.mysql57
176-
# ports:
177-
# - "3506:3306"
176+
ports:
177+
- "3506:3306"
178178
volumes:
179179
- mysql57_data:/var/lib/mysql
180180

0 commit comments

Comments
 (0)