Remove transmission scripts and add qbittorrent scripts

This commit is contained in:
Mark Newton
2018-02-02 19:56:08 -05:00
parent fdf83b25e9
commit cf15d41301
7 changed files with 3 additions and 258 deletions

View File

@@ -16,6 +16,7 @@ RUN apt-get update \
# Add configuration and scripts
ADD openvpn/ /etc/openvpn/
ADD qbittorrent/ /etc/qbittorrent/
ENV OPENVPN_USERNAME=**None** \
OPENVPN_PASSWORD=**None** \
@@ -24,4 +25,5 @@ ENV OPENVPN_USERNAME=**None** \
# Expose port and run
EXPOSE 8080
CMD ["/etc/openvpn/start.sh"]
CMD ["/usr/bin/qbittorrent-nox -d"]
CMD ["/etc/qbittorrent/start.sh"]
CMD ["/etc/qbittorrent/stop.sh"]