potiuk commented on issue #15807:
URL: https://github.com/apache/airflow/issues/15807#issuecomment-841713228


   This is how `docker-compose up` works.
   
   https://docs.docker.com/compose/reference/up/
   
   You can run it with `--detach` flag if you want to run the containers in the 
background but by default it show logs from a all containers and does  not go 
to the background. 
   
   It stops.in case of running the 'init' command because it actually exits 
after it finishes the job.
   
   ```
   The docker-compose up command aggregates the output of each container 
(essentially running docker-compose logs --follow). When the command exits, all 
containers are stopped
   ```


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


Reply via email to