From 96fb419f7dd67209d6286aaacf4cbcc6f74277ee Mon Sep 17 00:00:00 2001 From: Borgal Date: Tue, 14 Jan 2025 10:07:03 +0000 Subject: [PATCH] =?UTF-8?q?duplicati/Webservice=20Passwort=20hinzugef?= =?UTF-8?q?=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- duplicati/.env.sample | 1 + duplicati/docker-compose.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/duplicati/.env.sample b/duplicati/.env.sample index 632619a..9584b15 100644 --- a/duplicati/.env.sample +++ b/duplicati/.env.sample @@ -1,2 +1,3 @@ +PASS=ChangeMe NFS_SERVER=192.168.0.xxx # oder hostname oder Domain PFAD=/Pfad/zum/Ordner \ No newline at end of file diff --git a/duplicati/docker-compose.yml b/duplicati/docker-compose.yml index 8585f43..7bf8ab0 100644 --- a/duplicati/docker-compose.yml +++ b/duplicati/docker-compose.yml @@ -6,7 +6,7 @@ services: - PUID=0 - PGID=0 - TZ=Europe/Berlin - - CLI_ARGS= #optional + - DUPLICATI__WEBSERVICE_PASSWORD=${PASS} volumes: - ./config:/config - backup:/backups