Skip to content

Commit

Permalink
Update readme-vars.yml
Browse files Browse the repository at this point in the history
add documentation about missing environment variable LISTEN_PORT
  • Loading branch information
nopoz authored Apr 16, 2024
1 parent 94a0981 commit b122111
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readme-vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ opt_param_env_vars:
- {env_var: "USER_PASSWORD_FILE", env_value: "/path/to/file", desc: "Optionally specify a file that contains the password. This setting supersedes the `USER_PASSWORD` option (works with docker secrets)."}
- {env_var: "USER_NAME", env_value: "linuxserver.io", desc: "Optionally specify a user name (Default:`linuxserver.io`)"}
- {env_var: "LOG_STDOUT", env_value: "", desc: "Set to `true` to log to stdout instead of file."}
- {env_var: "LISTEN_PORT", env_value: "", desc: "Optionally change the port that openssh-server listens on. (Default:`2222`)"}
# application setup block
app_setup_block_enabled: true
app_setup_block: |
Expand Down

0 comments on commit b122111

Please sign in to comment.