ChrisTowles opened a new issue, #40985: URL: https://github.com/apache/airflow/issues/40985
### Apache Airflow version 2.9.3 ### If "Other Airflow 2 version" selected, which one? _No response_ ### What happened? Even if you supply a `AIRFLOW_UID` when doing a `docker compose up` you will always get the following warnings. ```text WARN[0000] The "AIRFLOW_UID" variable is not set. Defaulting to a blank string. WARN[0000] The "AIRFLOW_UID" variable is not set. Defaulting to a blank string. ``` And ```text WARNING!!!: AIRFLOW_UID not set! ```  ### What you think should happen instead? The `${AIRFLOW_UID}` value should be `$${AIRFLOW_UID}` as are other variables in the `airflow-init` command. ### How to reproduce ```bash curl -LfO 'https://airflow.apache.org/docs/apache-airflow/2.9.3/docker-compose.yaml' docker compose up ``` ### Operating System Pop!_OS ### Versions of Apache Airflow Providers not applicable ### Deployment Official Apache Airflow Helm Chart ### Deployment details _No response_ ### Anything else? _No response_ ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
