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 7656895 commit 365c23aCopy full SHA for 365c23a
1 file changed
docker-compose.yml
@@ -53,7 +53,7 @@ services:
53
MYSQL_USER: sequelize_test
54
MYSQL_PASSWORD: sequelize_test
55
volumes:
56
- - $MARIADB_ENTRYPOINT:/docker-entrypoint-initdb.d
+ - $MARIADB_ENTRYPOINT/:/docker-entrypoint-initdb.d
57
ports:
58
- "8960:3306"
59
container_name: mariadb-103
@@ -67,7 +67,7 @@ services:
67
68
69
70
- - $MYSQLDB_ENTRYPOINT:/docker-entrypoint-initdb.d
+ - $MYSQLDB_ENTRYPOINT/:/docker-entrypoint-initdb.d
71
72
- "8980:3306"
73
container_name: mysql-57
0 commit comments