gudata commented on issue #15161: URL: https://github.com/apache/airflow/issues/15161#issuecomment-812668572
Thank you for pointing my problem. Actually, on the second read, it is written that the GID must 0. ``` mkdir ./dags ./logs ./plugins echo -e "AIRFLOW_UID=$(id -u)\nAIRFLOW_GID=0" > .env ``` probably because of the one-liner expression I missed. -- 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. For queries about this service, please contact Infrastructure at: [email protected]
