when i do
docker run consoleapp
I get the output "Hello World"
but when i want to run this program in a docker-compose with -d then nothing happens:
Starting AA... done
Starting BB ... done
Starting consoleapp ... done
Is there a way to see the output?