diff Sphinx/source/integrations/integrate-osirix-using-dicomweb.rst @ 457:982774ebee52

updated osimis/orthanc
author Alain Mazy <alain@mazy.be>
date Tue, 07 Jul 2020 14:29:46 +0200
parents 8f3f79aeb8cc
children c8a471a58e16
line wrap: on
line diff
--- a/Sphinx/source/integrations/integrate-osirix-using-dicomweb.rst	Fri Jul 03 13:05:41 2020 +0200
+++ b/Sphinx/source/integrations/integrate-osirix-using-dicomweb.rst	Tue Jul 07 14:29:46 2020 +0200
@@ -39,15 +39,14 @@
 Configuration of Docker images by Osimis
 ----------------------------------------
 
-This section applies if you are using the `Docker images by Osimis
-<https://osimis.atlassian.net/wiki/spaces/OKB/pages/26738689/How+to+use+osimis+orthanc+Docker+images>`__
+This section applies if you are using the :ref:`osimis/orthanc Docker imag <docker-osimis>`
 to run Orthanc.
 
 Make sure Orthanc has the Dicom Web protocol enabled::
 
-  DW_ENABLED: "true"
+  DICOM_WEB_PLUGIN_ENABLED: "true"
 
 If using Orthanc in a docker container, map the Orthanc DICOMWeb Http Port. Eg in docker-compose file::
 
   ports:
-    - "4242:4242"
+    - "8042:8042"