duplicati/docker-compose.yml aktualisiert
This commit is contained in:
@@ -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!)
|
||||||
|
|||||||
Reference in New Issue
Block a user