Help in docker config

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!

1 Like

Seems to work today, I did nothing just wait 2 days…strange.

1 Like

Probably due to browser caching. You can manually clear the cache to ensure your changes take effect immediately.

Yes, I clear the cache and it is fine.
Tx!