From 6512f180196d416607381f21b9b2ed31b2be4483 Mon Sep 17 00:00:00 2001 From: Dr Masroor Ehsan Date: Mon, 27 Jan 2025 14:32:18 +0600 Subject: [PATCH] changed orthanc --- docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 48d5aa6..712b50d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -27,7 +27,7 @@ services: orthanc: container_name: orthanc profiles: [ main ] - image: jodogne/orthanc-plugins + image: orthancteam/orthanc ports: - 8042:8042 - 4242:4242 @@ -37,11 +37,13 @@ services: - ${ORTHANC_OHIF:-./config/ohif/ohif.js}:/usr/local/share/orthanc/ohif.js:ro #- ${ORTHANC_LOG:-./volumes/orthanc_logs}:/etc/orthanc/logs environment: + ORTHANC__NAME: "BlackFish" VERBOSE_ENABLED: "true" VERBOSE_STARTUP: "true" DICOM_WEB_PLUGIN_ENABLED: "true" OHIF_PLUGIN_ENABLED: "true" VOLVIEW_PLUGIN_ENABLED: "true" + #OSIMIS_WEB_VIEWER1_PLUGIN_ENABLED: "true" restart: unless-stopped networks: pacs: