mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-07 07:15:07 +01:00
Update env-var in Dockerfile, fix volume names
This commit is contained in:
parent
857c7ac654
commit
21cd4e9f14
3 changed files with 11 additions and 11 deletions
|
|
@ -16,8 +16,8 @@ map_uidgid() {
|
|||
|
||||
set_permissions() {
|
||||
# Set permissions for consumption directory
|
||||
chgrp paperless "$PAPERLESS_CONSUME"
|
||||
chmod g+x "$PAPERLESS_CONSUME"
|
||||
chgrp paperless "$PAPERLESS_CONSUMPTION_DIR"
|
||||
chmod g+x "$PAPERLESS_CONSUMPTION_DIR"
|
||||
|
||||
# Set permissions for application directory
|
||||
chown -Rh paperless:paperless /usr/src/paperless
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue