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
|
# 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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user