How do i make updates to plugins and orthanc via docker

I am running orthanc via docker and i’m using the ohif plugin as well as other plugins, how do i update to use the latest version of ohif

Use image orthancteam/orthanc:25.8.0 (or more recent)

1 Like

I think the best way is use volume for data information and just rebuild the image ou de compose.yml with new version.

Also be sure if is any kind of big feature change on database server also you need update.

1 Like

Thank you @bcrickboom this worked