fix percona service create multiple db solution user can’t see other db problem.

This commit is contained in:
Shao Yu Lung
2017-05-13 21:37:25 +08:00
parent 1eaac78fdd
commit 20fddc6de7
2 changed files with 25 additions and 4 deletions

View File

@ -215,6 +215,7 @@ services:
- MYSQL_ROOT_PASSWORD=${PERCONA_ROOT_PASSWORD}
volumes:
- percona:/var/lib/mysql
- ./percona/docker-entrypoint-initdb.d:/docker-entrypoint-initdb.d
ports:
- "${PERCONA_PORT}:3306"
networks: