Update Dockerfile

This commit is contained in:
MarkusMcNugen
2018-02-03 04:57:55 -05:00
committed by GitHub
parent 6596a556aa
commit ef1e4d7740

View File

@@ -20,7 +20,7 @@ RUN apt-get update \
ADD openvpn/ /etc/openvpn/ ADD openvpn/ /etc/openvpn/
ADD qbittorrent/ /etc/qbittorrent/ ADD qbittorrent/ /etc/qbittorrent/
RUN chmod +x /etc/qbittorrent/start.sh /etc/qbittorrent/iptables.sh /etc/openvpn/start.sh RUN chmod +x /etc/qbittorrent/scripts/*.sh /etc/openvpn/*.sh
ENV OPENVPN_USERNAME=**None** \ ENV OPENVPN_USERNAME=**None** \
OPENVPN_PASSWORD=**None** \ OPENVPN_PASSWORD=**None** \