I am running a docker compose image, docker compose up -d, from a github workflow. A custom service should start up in that container, but appears to be failing, which then causes the docker container to shutdown a few seconds after starting up (I use docker ps to see the process running, but then a few seconds later it is no longer running).
How can I see the logs or terminal of my docker image from the github workflow so I can figure out what’s going wrong?