Skip to content

Commit

Permalink
Not exposing 9993/udp to avoid clash with ZT on host (#3)
Browse files Browse the repository at this point in the history
* Not exposing 9993/udp to avoid clash with ZT on host

* version 1.2.7

* Removed port mapping for 9993
  • Loading branch information
key-networks authored Jan 26, 2021
1 parent 5768e83 commit 25ae5b3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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> \
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.2.6
1.2.7

0 comments on commit 25ae5b3

Please sign in to comment.