Dublicati entfernt

This commit is contained in:
borgal
2021-09-29 15:23:22 +00:00
parent 6a6ac69af3
commit f5296a6e57
2 changed files with 0 additions and 28 deletions

View File

@@ -1,2 +0,0 @@
NFS_SERVER=192.168.0.xxx # oder hostname oder Domain
PFAD=/Pfad/zum/Ordner

View File

@@ -1,26 +0,0 @@
version: "2.1"
services:
duplicati:
image: ghcr.io/linuxserver/duplicati
container_name: duplicati
environment:
- PUID=0
- PGID=0
- TZ=Europe/Berlin
- CLI_ARGS= #optional
volumes:
- ./config:/config
- backup:/backups
- /opt:/source
ports:
- 8200:8200
restart: unless-stopped
volumes:
backup:
name: backup
driver: local
driver_opts:
type: nfs
o: addr=${NFS_SERVER},rw
device: ":${PFAD}"