I am still not able to configure the second instance of orthanc to work proberly
After a reboot of the synology none of the instances was working, but i discover that this was due to deferent postgres container ip,
editing the orthanc.json and changing the postgres ip, fix the problem and both instances are working now
The first instance is working fine and the the second again can not access synology storage
I changed the docker volume binding config of the second instance to
"volume_bindings" : [
{
"host_volume_file" : "/homes/admin/Drive/Orthanc",
"mount_point" : "/orthancstorage",
"type" : "rw"
},
{
"host_volume_file" : "/docker/Orthanc2",
"mount_point" : "/etc/orthanc",
"type" : "ro"
}
]
and the orthanc.json cofing to "StorageDirectory" : "/orthancstorage", ( i have to say that this was my initial attempt trying to set up the first instance of synology )
but with no success
I tried to see the orthancstorage directory through the bash and i can see the right original files
I am thinking that the problem is maybe with privillages of the files but again i dont remember to change something in the first instance