-
Notifications
You must be signed in to change notification settings - Fork 444
Closed
Description
Currently I only have the option to create only one database in my docker-compose.yml
db:
image: mariadb:10.0
environment:
MYSQL_DATABASE: mydbname
It would be good if multiple databases is supported (something similar to this merge request in mysql https://github.com/docker-library/mysql/pull/18/files), so I can write:
db:
image: mariadb:10.0
environment:
MYSQL_DATABASES:
- mydbname1
- mydbname2
Crafter6432, s7v7nislands, Jafte, Glideh, lxlang and 156 moremadalinignisca, LRNZ09 and alex-is-dev-engineerpengisgood, riuvshin, pablolibo, b4dnewz, jasonrhaas and 17 more
Metadata
Metadata
Assignees
Labels
No labels