From 7a68e5743b76655abb6710d497e02c2fceb89f06 Mon Sep 17 00:00:00 2001 From: akanealw Date: Wed, 29 Nov 2023 19:22:19 -0600 Subject: [PATCH] fixed typo --- seafile/compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seafile/compose.yml b/seafile/compose.yml index c414ed1..1dc751e 100644 --- a/seafile/compose.yml +++ b/seafile/compose.yml @@ -23,7 +23,7 @@ services: volumes: - ${DOCKER_CONFIGS}/seafile/data:/shared # Requested, specifies the path to Seafile data persistent store. environment: - - DB_HOST=db + - DB_HOST=seafile-mariadb - DB_ROOT_PASSWD=xoe3cheokuotooZoh4aiGheeg1ud0i # Requested, the value should be root's password of MySQL service. - TIME_ZONE=Etc/UTC # Optional, default is UTC. Should be uncomment and set to your local time zone. - SEAFILE_ADMIN_EMAIL=akanealw@gmail.com # Specifies Seafile admin user, default is 'me@example.com'.