fredthomsen commented on issue #20776:
URL: https://github.com/apache/airflow/issues/20776#issuecomment-1008540321


   Have you modified the provided compose file at all?  I had a similar sort of 
issue; however, I realized that in customizing the compose file to my needs I 
had swapped `AIRFLOW_UID` to another variable, thus leading me to running 
processes in that container as the `default` user.
   
   The `default` user created by the entrypoint script is not suppose to have 
write access to the `airflow` user home directory.  That home directory is 
created via the `adduser` command in the `Dockerfile` and has the standard home 
directory permissions.


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