1
0
Эх сурвалжийг харах

Not exposing 9993/udp to avoid clash with ZT on host (#3)

* Not exposing 9993/udp to avoid clash with ZT on host

* version 1.2.7

* Removed port mapping for 9993
key-networks 4 жил өмнө
parent
commit
25ae5b3f6b
3 өөрчлөгдсөн 2 нэмэгдсэн , 3 устгасан
  1. 0 1
      Dockerfile
  2. 1 1
      README.md
  3. 1 1
      VERSION

+ 0 - 1
Dockerfile

@@ -79,7 +79,6 @@ RUN chmod 4755 /bin/gosu && \
     chmod 0755 /start_*.sh
 
 EXPOSE 3000/tcp
-EXPOSE 9993/udp
 EXPOSE 3180/tcp
 EXPOSE 8000/tcp
 EXPOSE 3443/tcp

+ 1 - 1
README.md

@@ -18,7 +18,7 @@ Refer to https://github.com/key-networks/ztncui-containerized for the original d
 ```bash
 $ git clone https://github.com/key-networks/ztncui-aio # to get a copy of denv file, otherwise make your own
 $ docker pull keynetworks/ztncui
-$ docker run -d -p3443:3443 -p9993:9993 -p3180:3180 \
+$ docker run -d -p3443:3443 -p3180:3180 \
     -v /mydata/ztncui:/opt/key-networks/ztncui/etc \
     -v /mydata/zt1:/var/lib/zerotier-one \
     --env-file ./denv <CHANGE HERE ACCORDING TO NEXT PART> \

+ 1 - 1
VERSION

@@ -1 +1 @@
-1.2.6
+1.2.7