Duplicati on Ubuntu
This instance of Duplicati runs on the Ubuntu-Docker host.
Docker Compose
version: "2.1"
services:
duplicati:
image: lscr.io/linuxserver/duplicati:latest
container_name: duplicati-ubuntu
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
volumes:
- /path/to/config:/config
- /path/to/backups:/backups
- /path/to/source:/source
ports:
- 8201:8200
restart: unless-stopped
Service Details
- Public Hostname: dup-ubuntu.billpantzartzis.info
- Service URL: http://192.168.1.38:8201
- Tunnel: Ubuntu-Docker
- Active: Yes