ashb commented on code in PR #55662:
URL: https://github.com/apache/airflow/pull/55662#discussion_r2348948137
##########
airflow-core/docs/howto/docker-compose/index.rst:
##########
@@ -153,6 +153,23 @@ If you want to initialize ``airflow.cfg`` with default
values before launching t
docker compose run airflow-cli airflow config list
This will seed ``airflow.cfg`` with default values in ``config`` folder.
+On systems with SELinux/AppArmor, you may run into permission issues. If this
happens, edit your ``docker-compose.yaml`` file by added the suffix ``:z`` to
all volumes:
Review Comment:
```suggestion
On systems with SELinux/AppArmor, you may run into permission issues. If
this happens, edit your ``docker-compose.yaml`` file by added the suffix ``:z``
to all volumes:
```
--
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]