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