From f7f9f59f7f5bc4c7c670ef9887541104375a0a4c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 18 Jun 2022 06:39:39 +0200 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index cde13c70b..c1006251e 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -24,8 +24,9 @@ FROM ${BUILD_FROM}-$BUILD_UPSTREAM ################## # Set S6 wait time -ENV S6_CMD_WAIT_FOR_SERVICES=0 \ - S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 +ENV S6_CMD_WAIT_FOR_SERVICES=1 \ + S6_CMD_WAIT_FOR_SERVICES_MAXTIME=300000 \ + S6_SERVICES_GRACETIME=300000 # Environment variables ENV \