expose tcp as well

This commit is contained in:
lawtancool
2019-06-21 19:01:42 -07:00
committed by GitHub
parent e858cb5a33
commit 19b4021f3e

View File

@ -39,7 +39,7 @@ ENV EASYRSA_CRL_DAYS 3650
VOLUME ["/etc/openvpn"]
# Internally uses port 1194/udp, remap using `docker run -p 443:1194/tcp`
EXPOSE 1194/udp
EXPOSE 1194
CMD ["ovpn_run"]