From 63f3e1889b1f54d44d9e3a2009bbeb78af428c37 Mon Sep 17 00:00:00 2001 From: Nicolas Kamzol Date: Mon, 22 Jul 2024 08:41:50 +0200 Subject: [PATCH] chore: prefer container host name --- debug/simple-setup/dicom-rst.yaml | 2 +- debug/simple-setup/orthanc.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debug/simple-setup/dicom-rst.yaml b/debug/simple-setup/dicom-rst.yaml index 16927a9..587f6a6 100644 --- a/debug/simple-setup/dicom-rst.yaml +++ b/debug/simple-setup/dicom-rst.yaml @@ -16,7 +16,7 @@ server: uncompressed: true aets: - aet: ORTHANC - host: host.docker.internal + host: orthanc port: 4242 backend: DIMSE pool: diff --git a/debug/simple-setup/orthanc.json b/debug/simple-setup/orthanc.json index 6e2ab2e..e11e0e0 100644 --- a/debug/simple-setup/orthanc.json +++ b/debug/simple-setup/orthanc.json @@ -3,7 +3,7 @@ "AuthenticationEnabled": false, "HasWadoRsUniversalTransferSyntax": false, "DicomModalities": { - "DICOM-RST": ["DICOM-RST", "host.docker.internal", 7001] + "DICOM-RST": ["DICOM-RST", "dicom-rst", 7001] }, "Plugins": [ "/usr/local/share/orthanc/plugins/libOrthancDicomWeb.so", @@ -15,7 +15,7 @@ }, "DicomWeb" : { "Servers" : { - "DICOM-RST" : [ "http://host.docker.internal:8080/pacs/ORTHANC" ] + "DICOM-RST" : [ "http://dicom-rst:8080/pacs/ORTHANC" ] } } }