feat: update Seafile service configuration to prepend 'seafile-' to DB_HOST variable

This commit is contained in:
2025-07-01 20:39:35 +08:00
parent 78400a13db
commit a9fa3c95e3
+1 -1
View File
@@ -69,7 +69,7 @@ services:
volumes:
- seafile-data:/shared
environment:
- DB_HOST=${SEAFILE_MYSQL_DB_HOST:-mariadb}
- DB_HOST=seafile-${SEAFILE_MYSQL_DB_HOST:-mariadb}
- DB_PORT=${SEAFILE_MYSQL_DB_PORT:-3306}
- DB_USER=${SEAFILE_MYSQL_DB_USER:-seafile}
- DB_ROOT_PASSWD=${INIT_SEAFILE_MYSQL_ROOT_PASSWORD:?Variable is not set or empty}