Dockerfile: Remove unused ports

* These ports are unused, remove them to reduce confusion.
This commit is contained in:
Kyle Manna 2014-06-04 09:30:04 -07:00
parent 2d26b87343
commit f6474d06f9

View File

@ -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"]