mirror of
https://github.com/linuxserver/docker-openssh-server.git
synced 2026-01-24 00:02:41 +08:00
Add negative vars
This commit is contained in:
parent
612c487a04
commit
b307fce3dc
@ -35,6 +35,8 @@ 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."}
|
||||
readonly_supported: false
|
||||
nonroot_supported: false
|
||||
# application setup block
|
||||
app_setup_block_enabled: true
|
||||
app_setup_block: |
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user