Änderung mit Hostname zurückgenommen

This commit is contained in:
borgal
2023-11-23 16:51:02 +01:00
parent 856aff3b72
commit 5ee577ae1a

View File

@@ -7,6 +7,7 @@ services:
hostname: TrueNAS hostname: TrueNAS
environment: environment:
- IP=192.168.0.11 - IP=192.168.0.11
- Label=TrueNas-Scan
- PATTERN="scan"_dd.mm.yyyy_hh:MM:ss - PATTERN="scan"_dd.mm.yyyy_hh:MM:ss
- PGID=1000 - PGID=1000
- PUID=1000 - PUID=1000
@@ -24,4 +25,4 @@ volumes:
driver_opts: driver_opts:
type: nfs type: nfs
o: addr=${NFS_SERVER},rw o: addr=${NFS_SERVER},rw
device: ":${PFAD}" device: ":${PFAD}"