We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96980c6 commit 8882c12Copy full SHA for 8882c12
docker/docker-compose.yml
@@ -10,6 +10,8 @@ services:
10
image: datajoint/mysql:${MYSQL_VER}
11
environment:
12
- MYSQL_ROOT_PASSWORD=${DJ_PASS}
13
+ ports:
14
+ - "3306:3306"
15
healthcheck:
16
test: [ "CMD", "mysqladmin", "ping", "-h", "localhost" ]
17
timeout: 30s
0 commit comments