You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/04/02 19:03:49 UTC

[GitHub] [airflow] gudata commented on issue #15161: Container run do not obey the AIRFLOW_UID changed user

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:
users@infra.apache.org