Orthanc config ubuntu

Dear team,
I have deployed OHIF from Orthanc setup sample with docker and portainer. All the container running successful and viewer open successful by upload dicom fron explorer 2.
Now unable to find Orthanc config json to edit patient count or size (to Store), add modality node options to send dicom images from remote modalities.
Looking forward to here back
With regards

Hi,

If you are using the orthancteam/orthanc docker image, the documentation on how to use the image is here orthancteam/orthanc Docker images — Orthanc Book documentation

The simplest way to configure Orthanc with the orthancteam/orthanc image is through environmental variables orthancteam/orthanc Docker images — Orthanc Book documentation which are used to automatically create the orthanc.json file used when the container is running.

There are lots of examples on how to use the container image here - GitHub - orthanc-server/orthanc-setup-samples: Sample Orthanc deployments and scripts

HTH,

James