This commit is contained in:
Alexandre
2022-07-18 13:00:38 +02:00
committed by GitHub
parent 1cf65ad5a0
commit 347f1ed4dc

View File

@@ -23,9 +23,9 @@ 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
ENV S6_CMD_WAIT_FOR_SERVICES=0 \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
S6_SERVICES_GRACETIME=0
# Allow UID and GID setting
RUN \