You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`-e DUPLICATI__WEBSERVICE_PASSWORD=`| Password for the webui. If left unset will default to `changeme` and can be changed from the webui settings. |
139
138
|`-e CLI_ARGS=`| Optionally specify any [CLI variables](https://duplicati.readthedocs.io/en/latest/07-other-command-line-utilities/) you want to launch the app with |
139
+
|`-e DUPLICATI__WEBSERVICE_PASSWORD=`| Password for the webui. If left unset will default to `changeme` and can be changed from the webui settings. |
140
140
|`-v /config`| Contains all relevant configuration files. |
141
141
|`-v /backups`| Path to store local backups. |
142
142
|`-v /source`| Path to source for files to backup. |
- { env_var: "DUPLICATI__WEBSERVICE_PASSWORD", env_value: "", desc: "Password for the webui. If left unset will default to `changeme` and can be changed from the webui settings."}
37
36
38
37
# optional container parameters
39
38
opt_param_usage_include_env: true
40
39
opt_param_env_vars:
41
40
- { env_var: "CLI_ARGS", env_value: "", desc: "Optionally specify any [CLI variables](https://duplicati.readthedocs.io/en/latest/07-other-command-line-utilities/) you want to launch the app with" }
41
+
- { env_var: "DUPLICATI__WEBSERVICE_PASSWORD", env_value: "", desc: "Password for the webui. If left unset will default to `changeme` and can be changed from the webui settings."}
0 commit comments