From d9300db50e644fcf5a362d78175f8f05b01dfe2b Mon Sep 17 00:00:00 2001 From: Anja Barz Date: Thu, 8 Jan 2026 07:37:06 +0100 Subject: [PATCH] add the default language variable to the docker-compose.yaml --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 7f99de0..4d2c040 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -53,6 +53,8 @@ services: OC_PASSWORD_POLICY_MIN_UPPERCASE_CHARACTERS: "${OC_PASSWORD_POLICY_MIN_UPPERCASE_CHARACTERS:-1}" OC_PASSWORD_POLICY_MIN_DIGITS: "${OC_PASSWORD_POLICY_MIN_DIGITS:-1}" OC_PASSWORD_POLICY_MIN_SPECIAL_CHARACTERS: "${OC_PASSWORD_POLICY_MIN_SPECIAL_CHARACTERS:-1}" + # default language for services/WebUI; defaults to English + OC_DEFAULT_LANGUAGE: ${DEFAULT_LANGUAGE} volumes: - ./config/opencloud/csp.yaml:/etc/opencloud/csp.yaml - ./config/opencloud/banned-password-list.txt:/etc/opencloud/banned-password-list.txt