From 5dc9a83954f40a95bc71a081569424682a34f6ca Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 9 Sep 2023 09:22:00 +0200 Subject: [PATCH] Correction --- jellyfin/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jellyfin/Dockerfile b/jellyfin/Dockerfile index 01af98c3e..eb1add5bd 100644 --- a/jellyfin/Dockerfile +++ b/jellyfin/Dockerfile @@ -25,8 +25,7 @@ FROM ${BUILD_FROM} # Set S6 wait time ENV S6_CMD_WAIT_FOR_SERVICES=0 \ S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \ - S6_SERVICES_GRACETIME=0 - \ + S6_SERVICES_GRACETIME=0 \ S6_READ_ONLY_ROOT=1 # Global LSIO modifications