From 177b89d7cfc1b7bcde730d738760aa6a5bc7e41c Mon Sep 17 00:00:00 2001 From: Mar Alegre Date: Sun, 27 Jul 2025 20:24:07 -0400 Subject: [PATCH] fix missing backslash --- nextcloud/Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/Containerfile b/nextcloud/Containerfile index d35e3e5..3edf80a 100644 --- a/nextcloud/Containerfile +++ b/nextcloud/Containerfile @@ -8,7 +8,7 @@ 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