Skip to content

Instantly share code, notes, and snippets.

@bend
Created May 28, 2019 07:15
Show Gist options
  • Save bend/c6218ddcbeec6111e55c28ccff4c5d24 to your computer and use it in GitHub Desktop.
Save bend/c6218ddcbeec6111e55c28ccff4c5d24 to your computer and use it in GitHub Desktop.
---
version: "2"
services:
duplicati:
image: linuxserver/duplicati
container_name: duplicati
environment:
- PUID=1000
- PGID=1000
- TZ=Europe/London
volumes:
- /path/to/appdata/config:/config
- /path/to/backups:/backups
- /path/to/source:/source
ports:
- 8200:8200
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment