Merge pull request #402 from davoloko/patch-1

Update Dockerfile
This commit is contained in:
Alexandre
2022-07-20 16:21:54 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

View File

@@ -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"

View File

@@ -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]"
}