Browse Source

Merge pull request 'increase shm size to address out of memory error' (#9) from nextcloud/memory-fix into master

Reviewed-on: #9
pull/10/head
Mar Alegre 3 years ago
parent
commit
918551cb4f
  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