Browse Source

increase shm size to address out of memory error

pull/9/head
Mar Alegre 3 years ago
parent
commit
540dfabaec
  1. 3
      nextcloud/Containerfile

3
nextcloud/Containerfile

@ -8,7 +8,8 @@ FROM localhost/debian
LABEL config_default="\
-p 9080:80 \
-v /srv/vol/nextcloud/files:/vol/files \
-v /srv/vol/nextcloud/data:/vol/data"
-v /srv/vol/nextcloud/data:/vol/data
--shm-size=1g"
# Build Variables
# uid that the files owner user should have

Loading…
Cancel
Save