fix mysql pwd var name
This commit is contained in:
parent
abc436723e
commit
d6fc6d5dd2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ services:
|
|||
container_name: seafile-db
|
||||
environment:
|
||||
MYSQL_LOG_CONSOLE: "true"
|
||||
MYSQL_ROOT_PASSWORD: ${DB_ROOT_PASSWORD}
|
||||
MYSQL_ROOT_PASSWORD: ${SEAFILE_DB_ROOT_PASSWORD}
|
||||
image: mariadb:10.1
|
||||
networks:
|
||||
- srv
|
||||
|
|
Loading…
Add table
Reference in a new issue