mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2024-11-14 22:55:11 +00:00
Update Dockerfile
This commit is contained in:
parent
01871642f7
commit
63d755495a
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user