Update Dockerfile

This commit is contained in:
MarkusMcNugen 2018-02-03 00:45:48 -05:00 committed by GitHub
parent 51492f4d25
commit 376060941a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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