Skip to content

Commit

Permalink
chore($MySQL): update MySQL server volume mapping
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
johnnymillergh committed Feb 20, 2021
1 parent 9a44912 commit 38f36c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ services:
- "3306:3306"
restart: always
volumes:
- "~/docker-file-mapping/${MYSQL_CONTAINER_NAME}:/var/lib/mysql"
- "~/docker-file-mapping/${MYSQL_SERVER_CONTAINER_NAME}:/var/lib/mysql"
- ./script/mysql-init-script:/docker-entrypoint-initdb.d
command: mysqld --character-set-server=utf8mb4 --collation-server=utf8mb4_unicode_ci
networks:
Expand Down

0 comments on commit 38f36c1

Please sign in to comment.