Browse Source

fix missing backslash

master
Mar Alegre 2 weeks ago
parent
commit
177b89d7cf
  1. 2
      nextcloud/Containerfile

2
nextcloud/Containerfile

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

Loading…
Cancel
Save