duplicati/docker-compose.yml aktualisiert

This commit is contained in:
2025-06-16 10:13:02 +00:00
parent be3ddee3af
commit 0727c9fdec

View File

@@ -8,6 +8,7 @@ services:
- TZ=${TZ:-Europe/Berlin} # Your Timezone - TZ=${TZ:-Europe/Berlin} # Your Timezone
- SETTINGS_ENCRYPTION_KEY=${ENCRYPTION_KEY} # Encryption key for settings (important!) - CHANGE THIS! - SETTINGS_ENCRYPTION_KEY=${ENCRYPTION_KEY} # Encryption key for settings (important!) - CHANGE THIS!
# - CLI_ARGS=${CLI_ARGS} # Optional: Extra command-line arguments # - CLI_ARGS=${CLI_ARGS} # Optional: Extra command-line arguments
- DUPLICATI__WEBSERVICE_PASSWORD=${DEFAULT_UI_PW:-LetMeIn}
volumes: volumes:
- ${CONFIG_DIR:-./config}:/config # Where Duplicati stores its settings - ${CONFIG_DIR:-./config}:/config # Where Duplicati stores its settings
- ${BACKUP_DIR:-./backups}:/backups # Where backups land (local, changeable!) - ${BACKUP_DIR:-./backups}:/backups # Where backups land (local, changeable!)