Added bind port parameter.
diff --git a/README.rst b/README.rst
index 6e0e32d..747c2c4 100644
--- a/README.rst
+++ b/README.rst
@@ -56,6 +56,7 @@
         banner: Welcome to server!
         bind:
           address: 0.0.0.0
+          port: 22
 
 OpenSSH server with auth keys for users
 
@@ -66,6 +67,7 @@
         enabled: true
         bind:
           address: 0.0.0.0
+          port: 22
         ...
         user:
           newt:
@@ -88,6 +90,7 @@
         enabled: true
         bind:
           address: 0.0.0.0
+          port: 22
         public_key_auth: true
         authorized_keys_command:
           command: /usr/bin/sss_ssh_authorizedkeys