Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 200 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 200 Bytes

Tower Server

Start tower server to relay tasks from client to host.

docker build -t tower_server .
docker run -p 7777:7777 tower_server 7777

Change --net/--ip/exposed port if you want.