From 5ee577ae1a08a6c440ffcb586f3da96d9b814c8f Mon Sep 17 00:00:00 2001 From: borgal Date: Thu, 23 Nov 2023 16:51:02 +0100 Subject: [PATCH] =?UTF-8?q?=C3=84nderung=20mit=20Hostname=20zur=C3=BCckgen?= =?UTF-8?q?ommen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hp-scan/docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hp-scan/docker-compose.yml b/hp-scan/docker-compose.yml index 262900b..e3379e5 100644 --- a/hp-scan/docker-compose.yml +++ b/hp-scan/docker-compose.yml @@ -7,6 +7,7 @@ services: hostname: TrueNAS environment: - IP=192.168.0.11 + - Label=TrueNas-Scan - PATTERN="scan"_dd.mm.yyyy_hh:MM:ss - PGID=1000 - PUID=1000 @@ -24,4 +25,4 @@ volumes: driver_opts: type: nfs o: addr=${NFS_SERVER},rw - device: ":${PFAD}" \ No newline at end of file + device: ":${PFAD}"