Dockerfile: Remove unused ports
* These ports are unused, remove them to reduce confusion.
This commit is contained in:
parent
2d26b87343
commit
f6474d06f9
@ -16,6 +16,6 @@ RUN chmod a+x /usr/local/bin/*
|
||||
|
||||
VOLUME ["/etc/openvpn"]
|
||||
|
||||
EXPOSE 443/tcp 1194/udp 8080/tcp
|
||||
EXPOSE 1194/udp
|
||||
|
||||
ENTRYPOINT ["openvpn.sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user