GitHub user potiuk added a comment to the discussion: When starting Airflow Docker, the logs, dags, plugins directory, and file permissions will be modified in the init. Can we comment out this part and not modify the permissions?
The basic assumption is that the user it runs in with group 0 and that group has all the permissions. If you can solve it in other ways you can modify it - but it's up to you how you do it - the docker-compose that we publish is really a quick start and it's really a starting point for you to modify it, but you need to really know docker compose, permissions, docker container etc. Docker-compose and docker stack in general is something that deployment manager should be very familiar with if you want to make it part of your deployment. https://airflow.apache.org/docs/apache-airflow/stable/installation/index.html#using-production-docker-images GitHub link: https://github.com/apache/airflow/discussions/51607#discussioncomment-13430614 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
