Updated storage for nextcloud containers, removed the bindmounts and replaced nextcloud/storage with nextcloud_storage

Also, added a new video library to nextcloud building script
This commit is contained in:
2026-01-05 19:10:21 +01:00
parent 61ed19f8de
commit 975d6bfb67
2 changed files with 27 additions and 38 deletions
+1
View File
@@ -9,6 +9,7 @@ RUN apt update \
&& apt -y install \
# libmagickcore-6.q16-6-extra \
ffmpeg \
libavcodec-extra \
imagemagick \
ghostscript \
&& apt clean