Ghost on docker - terminal windows full of logs

When I run Ghost via docker compose I see live logs (Ghost instal and running logs) in terminal. Is it normal? Does is it affect server overall performance? What command do I need to not display logs in terminal?

Hi,
Best way is to run in background.
2 solutions for this :

  • Use a docker-compose stack
  • Use docker run with -d option