Hello,
I prepared docker container like that:
services:
orthanc:
container_name: "orthanc"
image: jodogne/orthanc-plugins:1.7.1
command: /etc/orthanc/
ports:
- 4242:4242
- 8042:8042
On /etc/orthanc/ I have my default orthanc.json file.
I changed from false to true:
“RemoteAccessAllowed” : true,
After running docker-cointers on localhost:8042 I have to sign in using username and password but I dont want to have it.
What should I change to my Orthanc Server works without sign in?
It works like that (without login) when I install it normally on my Ubuntu but I have to have it on docker-container and with that configuration I have sign panel.