diff --git a/services/nextcloud.md b/services/nextcloud.md index ce46e50..d65be17 100644 --- a/services/nextcloud.md +++ b/services/nextcloud.md @@ -19,7 +19,7 @@ Setup a generic script that'll auto update NextCloud, build a container and laun ``` bash -mkdir /var/nextcloud +mkdir -p /var/nextcloud/data /var/nextcloud/config chown -R www-data: /var/nextcloud cat > /scratch/docker/nextcloud.sh <