Using Duplicati from Docker
This page describes common scenarios for configuring Duplicati with Docker
Configure the image
Hostname access
environment:
DUPLICATI__WEBSERVICE_ALLOWED_HOSTNAMES: <hostname1>;<hostname2>Managing secrets in Docker
services:
myapp:
image: duplicati/duplicati:latest
volumes:
- ./data:/data
environment:
SETTINGS_ENCRYPTION_KEY: "<real encryption key>"
DUPLICATI__WEBSERVICE_PASSWORD: "<ui password>"Using a preload file
Using a secret manager
Read locked files
Last updated
Was this helpful?

