From a3ea09df757ac3e0627e3bbf27714e0e7b2be798 Mon Sep 17 00:00:00 2001 From: BeauTroll <-> Date: Thu, 8 Jan 2026 14:54:03 +0100 Subject: [PATCH] fix typo --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 7970037..dd99944 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -25,7 +25,7 @@ services: - ./data:/shared # Required, specifies the path to Seafile data persistent store. environment: - DB_HOST=db - - DB_ROOT_PASSWD=${MYSQL_ROOT_PASSWD} # Required, the value should be root's password of MySQL service. + - DB_ROOT_PASSWD=${MYSQL_ROOT_PASSWORD} # Required, the value should be root's password of MySQL service. - TIME_ZONE=Europe/Paris - SEAFILE_ADMIN_EMAIL=${SEAFILE_ADMIN_EMAIL} # Specifies Seafile admin user, default is 'me@example.com'. - SEAFILE_ADMIN_PASSWORD=${SEAFILE_ADMIN_PASSWORD} # Specifies Seafile admin password, default is 'asecret'.