Update Dockerfile

This commit is contained in:
MarkusMcNugen 2018-02-02 03:05:31 -05:00 committed by GitHub
parent 031cd4445c
commit 616b42f1fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,3 +28,4 @@ ENV OPENVPN_USERNAME=**None** \
# Expose port and run # Expose port and run
EXPOSE 8080 EXPOSE 8080
CMD ["/etc/openvpn/start.sh"] CMD ["/etc/openvpn/start.sh"]
CMD ["/usr/bin/qbittorrent-nox -d"]