Skip to content

Instantly share code, notes, and snippets.

@wheelq
Last active February 19, 2019 09:46
Show Gist options
  • Save wheelq/fe97997f09ed4fc61ab74e06f418540e to your computer and use it in GitHub Desktop.
Save wheelq/fe97997f09ed4fc61ab74e06f418540e to your computer and use it in GitHub Desktop.
vm/duplicati:1
---
#run: docker-compose up -f duplicati.docker-compose.yml -d
#run: docker-compose down --rmi local -f duplicati.docker-compose.yml -d
#to backup: ~/duplicati_config
#ports: 8200
version: "3"
services:
duplicati:
image: linuxserver/duplicati
container_name: duplicati
environment:
- PUID=1001
- PGID=1001
- TZ=Europe/London
volumes:
- ~/duplicati_config:/config
- /tmp:/backups
- /:/source
ports:
- 8200:8200
#mem_limit: 4096m
restart: unless-stopped
data:
driver: mydriver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment