Skip to content

Commit 8882c12

Browse files
committed
Add port mount
1 parent 96980c6 commit 8882c12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ services:
1010
image: datajoint/mysql:${MYSQL_VER}
1111
environment:
1212
- MYSQL_ROOT_PASSWORD=${DJ_PASS}
13+
ports:
14+
- "3306:3306"
1315
healthcheck:
1416
test: [ "CMD", "mysqladmin", "ping", "-h", "localhost" ]
1517
timeout: 30s

0 commit comments

Comments
 (0)