fix mysql pwd var name

This commit is contained in:
Yax 2021-11-20 14:15:43 +01:00
parent abc436723e
commit d6fc6d5dd2

View file

@ -5,7 +5,7 @@ services:
container_name: seafile-db container_name: seafile-db
environment: environment:
MYSQL_LOG_CONSOLE: "true" MYSQL_LOG_CONSOLE: "true"
MYSQL_ROOT_PASSWORD: ${DB_ROOT_PASSWORD} MYSQL_ROOT_PASSWORD: ${SEAFILE_DB_ROOT_PASSWORD}
image: mariadb:10.1 image: mariadb:10.1
networks: networks:
- srv - srv