potiuk commented on pull request #17882:
URL: https://github.com/apache/airflow/pull/17882#issuecomment-907686142


   > Well. Actually the latest docker-compose already has it :)
   > 
   > ```
   >         if [[ -z "${AIRFLOW_UID}" ]]; then
   >           echo -e "\033[1;31mERROR!!!: AIRFLOW_UID not set!\e[0m"
   >           echo "Please follow these instructions to set AIRFLOW_UID and 
AIRFLOW_GID environment variables:
   >             
https://airflow.apache.org/docs/apache-airflow/stable/start/docker.html#initializing-environment";
   >           exit 1
   >         fi
   > ```
   
   @kaxil  - did you use the latest one ? 


-- 
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]


Reply via email to