diff --git a/platform/app/.recipes/OpenResty-Orthanc/docker-compose.yml b/platform/app/.recipes/OpenResty-Orthanc/docker-compose.yml index 16ec1ada7..33cf69e2d 100644 --- a/platform/app/.recipes/OpenResty-Orthanc/docker-compose.yml +++ b/platform/app/.recipes/OpenResty-Orthanc/docker-compose.yml @@ -43,3 +43,5 @@ services: # Persist data - ./volumes/orthanc-db/:/var/lib/orthanc/db/ restart: unless-stopped + ports: + - '4242:4242' # DIMSE diff --git a/platform/docs/docs/deployment/nginx--image-archive.md b/platform/docs/docs/deployment/nginx--image-archive.md index 5f8dc5166..8d8658798 100644 --- a/platform/docs/docs/deployment/nginx--image-archive.md +++ b/platform/docs/docs/deployment/nginx--image-archive.md @@ -87,7 +87,8 @@ in command prompt or terminal_ - then: `cd .recipes/OpenResty-Orthanc` - run: `docker-compose up --build` - Navigate to `127.0.0.1` for the viewer -- Navigate to `127.0.0.1/pacs-admin` for uploading studies +- Navigate to `127.0.0.1/pacs-admin` for uploading studies via the UI, or send studies via DIMSE C-STORE to `ORTHANC@127.0.0.1:4242` (hint: you can use utilites like dcm4che's `storescu` to send studies in bulk via the command line) + You can see the overview of the mentioned steps: