Added Docker MARIADB_DATABASE
This commit is contained in:
parent
e6e20c5587
commit
d263701297
|
@ -44,6 +44,7 @@ services:
|
||||||
db:
|
db:
|
||||||
image: mariadb:latest
|
image: mariadb:latest
|
||||||
environment:
|
environment:
|
||||||
|
- MARIADB_DATABASE=rar_index
|
||||||
- MARIADB_USER=rar_index_app
|
- MARIADB_USER=rar_index_app
|
||||||
- MARIADB_PASSWORD=password
|
- MARIADB_PASSWORD=password
|
||||||
- MYSQL_ROOT_PASSWORD=secretadminpassword
|
- MYSQL_ROOT_PASSWORD=secretadminpassword
|
||||||
|
|
Loading…
Reference in a new issue