.
This commit is contained in:
parent
50bdd6df2c
commit
1cd3aa65cd
@ -4,6 +4,8 @@ services:
|
||||
mariadb:
|
||||
image: mariadb:latest
|
||||
container_name: mariadb
|
||||
env_file:
|
||||
- stack.env
|
||||
environment:
|
||||
MARIADB_ROOT_PASSWORD: ${MARIADB_ROOT_PASSWORD}
|
||||
MARIADB_DATABASE: ${MARIADB_DATABASE}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user