Skip to content

Instantly share code, notes, and snippets.

@is3ka1
Last active December 29, 2019 10:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save is3ka1/1b69494f14e282c3a1de49f1acf3e834 to your computer and use it in GitHub Desktop.
Save is3ka1/1b69494f14e282c3a1de49f1acf3e834 to your computer and use it in GitHub Desktop.
docker command to Self-host a Serveo server
sudo docker run --network host -d \
taichunmin/serveo-server serveo \
-port=2222 \
-domain=isekai.tw \
-private_key_path=/root/.ssh/id_ed25519
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment