From 52eee0ea22873967e2bcf6343fb95a11ee841099 Mon Sep 17 00:00:00 2001 From: Alexandre Date: Sat, 9 Sep 2023 19:27:28 +0200 Subject: [PATCH] Alignment --- jellyfin/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jellyfin/Dockerfile b/jellyfin/Dockerfile index 3eda7a5fc..8aa9e096e 100644 --- a/jellyfin/Dockerfile +++ b/jellyfin/Dockerfile @@ -25,8 +25,9 @@ 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_READ_ONLY_ROOT=1 + S6_SERVICES_GRACETIME=0 + +ENV S6_READ_ONLY_ROOT=1 # Global LSIO modifications ADD --chmod=744 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh"