This is an automated email from the ASF dual-hosted git repository. ash pushed a commit to branch v2-0-test in repository https://gitbox.apache.org/repos/asf/airflow.git
commit 93130820d55d47b14c8f5813f2ef37ec7f5b1487 Author: raphaelauv <[email protected]> AuthorDate: Mon Mar 22 11:02:54 2021 +0100 Fix typo in doc docker-stack (#14928) Fix a typo on doc , the _AIRFLOW_WWW_USER_PASSWORD_CMD is repeated two times (cherry picked from commit fa92657490bc188d272fb4d8f3b09933815bcea1) --- docs/docker-stack/entrypoint.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker-stack/entrypoint.rst b/docs/docker-stack/entrypoint.rst index a7889c4..829b37e 100644 --- a/docs/docker-stack/entrypoint.rst +++ b/docs/docker-stack/entrypoint.rst @@ -130,7 +130,7 @@ Creating admin user The entrypoint can also create webserver user automatically when you enter it. you need to set ``_AIRFLOW_WWW_USER_CREATE`` to a non-empty value in order to do that. This is not intended for production, it is only useful if you would like to run a quick test with the production image. -You need to pass at least password to create such user via ``_AIRFLOW_WWW_USER_PASSWORD_CMD`` or +You need to pass at least password to create such user via ``_AIRFLOW_WWW_USER_PASSWORD`` or ``_AIRFLOW_WWW_USER_PASSWORD_CMD`` similarly like for other ``*_CMD`` variables, the content of the ``*_CMD`` will be evaluated as shell command and it's output will be set as password.
