mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-25 17:00:40 +02:00
fix mysql pwd var name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user