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
# to your UID and GID on the host so that you have write access to the
# consumption directory.
USERMAP_UID=1000
USERMAP_GID=1001
#USERMAP_UID=1000
#USERMAP_GID=1001
# Additional languages to install for text recognition, separated by a
# whitespace. Note that this is

View File

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