Have container shut down if VPN or qbittorrent dies

This commit is contained in:
Greg Pringle
2021-05-15 07:37:58 -06:00
parent 00bce09f7f
commit bf8b282876
2 changed files with 19 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ RUN apt-get update \
&& apt-get install -y software-properties-common \
&& add-apt-repository ppa:qbittorrent-team/qbittorrent-stable \
&& apt-get update \
&& apt-get install -y jq traceroute qbittorrent-nox openvpn curl moreutils net-tools dos2unix kmod iptables ipcalc unrar \
&& apt-get install -y iputils-ping jq traceroute qbittorrent-nox openvpn curl moreutils net-tools dos2unix kmod iptables ipcalc unrar \
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
# Add configuration and scripts