Update Dockerfile

This commit is contained in:
MarkusMcNugen 2018-02-02 21:55:43 -05:00 committed by GitHub
parent 01871642f7
commit 63d755495a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,8 +22,10 @@ ENV OPENVPN_USERNAME=**None** \
OPENVPN_PASSWORD=**None** \
OPENVPN_PROVIDER=**None**
# Expose port and run
# Expose ports and run
EXPOSE 8080
EXPOSE 8999
EXPOSE 8999/udp
CMD ["/etc/openvpn/start.sh"]
CMD ["/etc/qbittorrent/start.sh"]
CMD ["/etc/qbittorrent/stop.sh"]