不要怂,就是干,撸起袖子干!

Commit 365c23af by Thomas Hoppe Committed by GitHub

chore: fix docker-compose volume declaration (#13089)

1 parent 76568950
Showing with 2 additions and 2 deletions
......@@ -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
......@@ -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
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!