Skip to content

Commit

Permalink
Wording
Browse files Browse the repository at this point in the history
  • Loading branch information
sardaukar committed Mar 23, 2019
1 parent 76d0b67 commit 82b665e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Builds are made automatically on Google Cloud Build and Dockerhub. Feel free to
3. SSH to your host to communicate with sish
- `ssh -p 2222 -R 80:localhost:8080 ssi.sh`

You can choose your own instead of relying on a randomly assigned one by setting
the `-sish.bindrandom` option to `false` and then selecting a subdomain with (
example for `foo`):
You can choose your own subdomain instead of relying on a randomly assigned one
by setting the `-sish.bindrandom` option to `false` and then selecting a
subdomain by prepending it to the remote port specifier:

`ssh -p 2222 -R foo:80:localhost:8080 ssi.sh`

Expand Down

0 comments on commit 82b665e

Please sign in to comment.