Skip to content

Commit fe0ea23

Browse files
committed
Added the commend about the mysql db env param.
1 parent ec797f0 commit fe0ea23

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker-compose.dev.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ services:
55
container_name: monarc-bo-db
66
environment:
77
MYSQL_ROOT_PASSWORD: ${DBPASSWORD_ADMIN}
8+
# The official MariaDB image only auto-creates the initial DB from MYSQL_DATABASE.
89
MYSQL_DATABASE: ${DBNAME_COMMON}
910
MYSQL_USER: ${DBUSER_MONARC}
1011
MYSQL_PASSWORD: ${DBPASSWORD_MONARC}

0 commit comments

Comments
 (0)