diff --git a/README.md b/README.md index 537a8c3..4fb0c58 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Create a container with the following command: ```bash docker build -t falsessh . -docker run -d --name falsessh -p 22:2269 falsessh:latest +docker run -d --name falsessh -p 2269:22 falsessh:latest ``` Try SSHing into the container.