Othanc in a Azure container instance

I created an Azure container instance. Then I get inside container to change basic orthanc.json settings

Stop/restart container but changes do not take effect.

If repeat same steps in a local docker image, it works fine. Any ideas?

Hi,

If on your local Docker install, you remove and recreate the container, you’ll observe the same behavior and that’s probably what happens in Azure Container.

You must store your configuration file and the Orthanc data in a volume to make data persistent.

Best regards,

Alain