Skip to content

Commit

Permalink
Merge pull request #2 from zaoqi/patch-2
Browse files Browse the repository at this point in the history
暴露9001和5901;修复readme.md
  • Loading branch information
oott123 authored Sep 8, 2019
2 parents 9e22831 + 584a030 commit 90819c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ RUN groupadd user && useradd -m -g user user && \
# copy files
COPY ./docker-root /

EXPOSE 9000
EXPOSE 9000/tcp 9001/tcp 5901/tcp

ENTRYPOINT ["/init.entrypoint"]
CMD ["start"]
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ tigervnc, websokify, novnc and Nginx with s6-overlay in a docker image.

## Ports

* **5911** - tigervnc
* **5901** - tigervnc
* **9000** - Nginx
* **9001** - websockify

Expand Down

0 comments on commit 90819c1

Please sign in to comment.