Hi, first of all thank you for your work!
Now, I install the OHIF using the docker -run commands:
docker run -p 3000:80 --name webviewer -d ohif/viewer:latest
I edit the /usr/share/nginx/html/app-config.js
file and put my dcm4chee URLs
I restart the docker container and I open the web to see the images…but
instead of accessing my data the page is displaying me demo data from https://server.dcmjs.org/dcm4chee-arc/aets/DCM4CHEE/rs
What I’m doing wrong?
Thank you!