UID angepasst
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user