UID angepasst

This commit is contained in:
borgal
2023-01-11 21:33:43 +01:00
parent 9e6f89631d
commit d5973dc289
2 changed files with 4 additions and 4 deletions

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

View File

@@ -29,14 +29,14 @@
version: "3.4" version: "3.4"
services: services:
broker: broker:
image: redis:7 image: docker.io/library/redis:7
container_name: paperless_redis container_name: paperless_redis
volumes: volumes:
- ./redis:/data - ./redis:/data
restart: unless-stopped restart: unless-stopped
db: db:
image: postgres:13 image: docker.io/library/postgres:13
container_name: paperless_db container_name: paperless_db
restart: unless-stopped restart: unless-stopped
volumes: volumes: