diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index 85f2a5a5a..89e444cdf 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -55,10 +55,11 @@ RUN \ echo "/./etc/entrypoint.sh" >> /etc/s6-overlay/s6-rc.d/init-nextcloud-config/run && \ chmod 777 /migrations/02-default-location && \ sed -i "1a /./defaults/nextcloud-perms.sh" /migrations/02-default-location && \ + \ # Ensure correct data mount first - sed -i "1a /./scripts2/00-smb_mounts.sh" /migrations/02-default-location && \ - sed -i "1a /./scripts2/00-local_mounts.sh" /migrations/02-default-location && \ - sed -i "1a /./scripts2/00-banner.sh" /migrations/02-default-location + sed -i "1a /./scripts2/00-banner.sh" /etc/s6-overlay/s6-rc.d/init-adduser/run && \ + echo "/./scripts2/00-smb_mounts.sh" >> /etc/s6-overlay/s6-rc.d/init-adduser/run && \ + echo "/./scripts2/00-local_mounts.sh" >> /etc/s6-overlay/s6-rc.d/init-adduser/run # Global LSIO modifications ARG CONFIGLOCATION="/data/config" diff --git a/nextcloud/config.json b/nextcloud/config.json index f45a413da..2f4fc498a 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -124,6 +124,6 @@ "slug": "nextcloud_ocr", "uart": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", - "version": "27.0.0-test_DO_NOT_INSTALL2", + "version": "27.0.0-test_DO_NOT_INSTALL3", "webui": "https://[HOST]:[PORT:443]" } \ No newline at end of file