Update Dockerfile

This commit is contained in:
MarkusMcNugen 2018-02-03 04:57:55 -05:00 committed by GitHub
parent 6596a556aa
commit ef1e4d7740
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,7 +20,7 @@ RUN apt-get update \
ADD openvpn/ /etc/openvpn/
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** \
OPENVPN_PASSWORD=**None** \