dcm4chee-arc-psql with Docker Compose not working

93 views
Skip to first unread message

Jason Swett

unread,
Oct 18, 2021, 12:25:35 PM10/18/21
to dcm4che
I'm trying to follow the instructions here:
https://github.com/dcm4che-dockerfiles/dcm4chee-arc-psql

After I run docker compose up, I would expect that I would be able to visit localhost:8080 and see something since port 8080 is exposed by docker-compose.yml. But when I visit localhost:8080, I get nothing.

Any ideas as to what could be wrong?

Johnson F

unread,
Oct 19, 2021, 4:13:08 AM10/19/21
to dcm4che
please check the status of containers after running....and cross check wildfly logs

Andreas Malik

unread,
Oct 20, 2021, 2:48:55 AM10/20/21
to dcm4che
Try on command line: 

$ sudo docker ps -a

You should see the docker container status and the IDs of the containers.
With the container ID you can check the logs:

$ sudo docker logs <ID>
Reply all
Reply to author
Forward
0 new messages