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
e16769c7df
commit
51492f4d25
@ -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 +x /etc/qbittorrent/*.sh /etc/openvpn/*.sh
|
RUN chmod a+x /etc/qbittorrent/*.sh /etc/openvpn/*.sh
|
||||||
|
|
||||||
ENV OPENVPN_USERNAME=**None** \
|
ENV OPENVPN_USERNAME=**None** \
|
||||||
OPENVPN_PASSWORD=**None** \
|
OPENVPN_PASSWORD=**None** \
|
||||||
@ -28,4 +28,4 @@ ENV OPENVPN_USERNAME=**None** \
|
|||||||
EXPOSE 8080
|
EXPOSE 8080
|
||||||
EXPOSE 8999
|
EXPOSE 8999
|
||||||
EXPOSE 8999/udp
|
EXPOSE 8999/udp
|
||||||
CMD ["/etc/openvpn/start.sh"]
|
CMD ["/bin/bash", "/etc/openvpn/start.sh"]
|
||||||
|
Loading…
Reference in New Issue
Block a user