Update env-var in Dockerfile, fix volume names

This commit is contained in:
Pit Kleyersburg
2016-03-02 09:05:51 +01:00
parent 857c7ac654
commit 21cd4e9f14
3 changed files with 11 additions and 11 deletions

View File

@@ -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