However, when I upload studies of approximately 2GB in size, I notice that the data is being stored in both the external path (D:/Orthanc) outside the container and the internal path (/var/lib/orthanc/db) inside the container. Upon checking, I found that the size of the /var/lib/orthanc/db folder is 2GB also. I would like the data to be stored only in the external path.
I have observed another detail in the log file: "REST API cannot write to the file system." Could you please explain the significance of this message and how it might impact the Docker container?
REST API cannot write to the file system bacause the “RestApiWriteToFileSystemEnabled” configuration is set to false. The URI /instances/…/export is disabled. This is the most secure configuration.