etgcrog commented on issue #14365: URL: https://github.com/apache/airflow/issues/14365#issuecomment-1436782316
I belive that you run the command : docker compose up airflow-init but, left the follow command: docker compose up if don't work yet, try: ``` echo -e "AIRFLOW_UID=$(id -u)" > .env docker rm (docker ps -a -q) docker-compose down --volumes --rm all docker compose up airflow-init docker compose up ``` -- 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]
