ws broacast_server / can set serving hostname

This commit is contained in:
Benjamin Sergeant
2019-03-10 16:36:44 -07:00
parent f2778c0729
commit ad9c8318a7
5 changed files with 14 additions and 7 deletions

View File

@ -19,4 +19,4 @@ WORKDIR ws
RUN ["sh", "docker_build.sh"]
EXPOSE 8765
CMD ["/ws/ws", "transfer", "8765"]
CMD ["/ws/ws", "transfer", "--port", "8765", "--hostname", "0.0.0.0"]