From 0727c9fdec8d4c328105cdb9e0d4860b35e775e6 Mon Sep 17 00:00:00 2001 From: thomas Date: Mon, 16 Jun 2025 10:13:02 +0000 Subject: [PATCH] duplicati/docker-compose.yml aktualisiert --- duplicati/docker-compose.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/duplicati/docker-compose.yml b/duplicati/docker-compose.yml index 6b47245..c25399a 100644 --- a/duplicati/docker-compose.yml +++ b/duplicati/docker-compose.yml @@ -8,6 +8,7 @@ services: - TZ=${TZ:-Europe/Berlin} # Your Timezone - SETTINGS_ENCRYPTION_KEY=${ENCRYPTION_KEY} # Encryption key for settings (important!) - CHANGE THIS! # - CLI_ARGS=${CLI_ARGS} # Optional: Extra command-line arguments + - DUPLICATI__WEBSERVICE_PASSWORD=${DEFAULT_UI_PW:-LetMeIn} volumes: - ${CONFIG_DIR:-./config}:/config # Where Duplicati stores its settings - ${BACKUP_DIR:-./backups}:/backups # Where backups land (local, changeable!)