Skip to content

Add Dockerlized Server Setup Document for WebTunnel

shelikhoo requested to merge shelikhoo/webtunnel:dev-docker-server-setup into main

This is a merge request with Dockerlized Server Setup Document added to the main README file, plus a fix to the docker compose file.

  • Important note to myself: the docker image url specified in the docker compose file is currently don't exist, and need to be pushed with the image, once this merge request is merged.

Important design choice:

  1. A random 4XXXX port will be chosen for the OR port.
  2. The bridge name will be randomly generated with a WTB prefix. (The generated string may have unintended meanings)

Merge request reports