diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index 2143bf037..16ec34657 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -26,8 +26,8 @@ FROM ${BUILD_FROM} # Set S6 wait time ENV S6_CMD_WAIT_FOR_SERVICES=1 \ - S6_CMD_WAIT_FOR_SERVICES_MAXTIME=300000 \ - S6_SERVICES_GRACETIME=300000 + S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \ + S6_SERVICES_GRACETIME=0 ENV NEXTCLOUD_PATH="/data/config/www/nextcloud" diff --git a/nextcloud/config.json b/nextcloud/config.json index 242fed5bf..f389d3f12 100644 --- a/nextcloud/config.json +++ b/nextcloud/config.json @@ -100,6 +100,6 @@ "slug": "nextcloud_ocr", "uart": true, "url": "https://github.com/alexbelgium/hassio-addons/tree/master/nextcloud", - "version": "24.0.3", + "version": "24.0.3-2", "webui": "https://[HOST]:[PORT:443]" }