From 32b91699a30a2349191ab455430686f103e26d9b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 6 Aug 2021 20:11:48 +0200 Subject: [PATCH] Update Dockerfile --- qbittorrent/Dockerfile | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/qbittorrent/Dockerfile b/qbittorrent/Dockerfile index 07e26acb8..e7203ff52 100644 --- a/qbittorrent/Dockerfile +++ b/qbittorrent/Dockerfile @@ -73,6 +73,15 @@ COPY rootfs / VOLUME [ "/data" ] +# Environment variables +#ENV \ +# HOME="/root" \ +# LANG="C.UTF-8" \ +# PS1="$(whoami)@$(hostname):$(pwd)$ " \ +# S6_BEHAVIOUR_IF_STAGE2_FAILS=2 \ +# S6_CMD_WAIT_FOR_SERVICES=1 \ +# TERM="xterm-256color" + ### LABELS ARG BUILD_ARCH ARG BUILD_DATE