Skip to content

Commit

Permalink
chore: fix docker-compose volume declaration (#13089)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanthome committed Mar 11, 2021
1 parent 7656895 commit 365c23a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ services:
MYSQL_USER: sequelize_test
MYSQL_PASSWORD: sequelize_test
volumes:
- $MARIADB_ENTRYPOINT:/docker-entrypoint-initdb.d
- $MARIADB_ENTRYPOINT/:/docker-entrypoint-initdb.d
ports:
- "8960:3306"
container_name: mariadb-103
Expand All @@ -67,7 +67,7 @@ services:
MYSQL_USER: sequelize_test
MYSQL_PASSWORD: sequelize_test
volumes:
- $MYSQLDB_ENTRYPOINT:/docker-entrypoint-initdb.d
- $MYSQLDB_ENTRYPOINT/:/docker-entrypoint-initdb.d
ports:
- "8980:3306"
container_name: mysql-57
Expand Down

0 comments on commit 365c23a

Please sign in to comment.