Skip to content

Commit

Permalink
README minor update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeron committed Aug 4, 2022
1 parent 825dfcc commit 419e4ca
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Expand Up @@ -96,7 +96,9 @@ docker -d --restart unless-stopped --name decoyssh \
docker.io/aeron/decoyssh
```

The containerized app utilizes `2222` port by default instead of `22`. If you’re
planning to use IPv4 binding only, you can use the container-specific `DECOYSSH_PORT`
variable to change the listening/exposed port number. In the case of IPv6 or both
addresses, use standard [environment variables](#app-options).
By default, the containerized app uses only an IPv4 address and `2222` port instead of
`22`.

If you’re planning to use IPv4 binding only, you can use the container-specific
`DECOYSSH_PORT` variable to change the listening/exposed port number. Otherwise, use
standard [environment variables](#app-options) explicitly.

0 comments on commit 419e4ca

Please sign in to comment.