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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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