mirror of
https://github.com/furyhawk/cloudy.git
synced 2026-05-22 16:06:51 +00:00
feat: update Seafile service configuration to prepend 'seafile-' to DB_HOST variable
This commit is contained in:
+1
-1
@@ -69,7 +69,7 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- seafile-data:/shared
|
- seafile-data:/shared
|
||||||
environment:
|
environment:
|
||||||
- DB_HOST=${SEAFILE_MYSQL_DB_HOST:-mariadb}
|
- DB_HOST=seafile-${SEAFILE_MYSQL_DB_HOST:-mariadb}
|
||||||
- DB_PORT=${SEAFILE_MYSQL_DB_PORT:-3306}
|
- DB_PORT=${SEAFILE_MYSQL_DB_PORT:-3306}
|
||||||
- DB_USER=${SEAFILE_MYSQL_DB_USER:-seafile}
|
- DB_USER=${SEAFILE_MYSQL_DB_USER:-seafile}
|
||||||
- DB_ROOT_PASSWD=${INIT_SEAFILE_MYSQL_ROOT_PASSWORD:?Variable is not set or empty}
|
- DB_ROOT_PASSWD=${INIT_SEAFILE_MYSQL_ROOT_PASSWORD:?Variable is not set or empty}
|
||||||
|
|||||||
Reference in New Issue
Block a user