Update Dockerfile

This commit is contained in:
davoloko
2022-07-20 10:12:21 +02:00
committed by GitHub
parent 9faa6c56af
commit 58496f9f9b

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"