Compare commits

...

3 Commits

Author SHA1 Message Date
Borgal
c5086123d3 kleine Anpassung 2024-06-19 08:03:37 +00:00
Borgal
e8922ad8ae Network Host entfernt 2024-06-19 08:02:46 +00:00
Borgal
b199e5ec88 PUID angepasst 2024-06-19 08:02:21 +00:00
3 changed files with 4 additions and 4 deletions

View File

@@ -15,4 +15,4 @@ services:
- 3000:3000/tcp - 3000:3000/tcp
environment: environment:
- TZ=Europe/Berlin - TZ=Europe/Berlin
restart: unless-stopped restart: unless-stopped

View File

@@ -7,7 +7,7 @@ services:
- IP=192.168.0.11 - IP=192.168.0.11
- Label=TrueNas-Scan - Label=TrueNas-Scan
- PATTERN="scan"_dd.mm.yyyy_hh:MM:ss - PATTERN="scan"_dd.mm.yyyy_hh:MM:ss
- PGID=1000 - PGID=1001
- PUID=1000 - PUID=1000
- TZ=Europe/Berlin - TZ=Europe/Berlin
labels: labels:

View File

@@ -1,8 +1,8 @@
# The UID and GID of the user used to run paperless in the container. Set this # The UID and GID of the user used to run paperless in the container. Set this
# to your UID and GID on the host so that you have write access to the # to your UID and GID on the host so that you have write access to the
# consumption directory. # consumption directory.
#USERMAP_UID=1000 # USERMAP_UID=1000
#USERMAP_GID=1001 # USERMAP_GID=1001
# Additional languages to install for text recognition, separated by a # Additional languages to install for text recognition, separated by a
# whitespace. Note that this is # whitespace. Note that this is