From a31d78eff6dfca95c583bab192242e0dc02db1ac Mon Sep 17 00:00:00 2001 From: Dr Masroor Ehsan Date: Tue, 4 Feb 2025 11:28:03 +0600 Subject: [PATCH] config --- config/orthanc/orthanc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/orthanc/orthanc.json b/config/orthanc/orthanc.json index 6276e5c..d2d38ac 100644 --- a/config/orthanc/orthanc.json +++ b/config/orthanc/orthanc.json @@ -5,7 +5,7 @@ "DicomServerEnabled": true, "DicomAet": "${DICOM_AET:-BLACKFISH}", "DicomCheckCalledAet": false, - "DicomPort": ${DICOM_PORT:-4242}, + "DicomPort": "${DICOM_PORT:-4242}", "StorageCompression": true, "MaximumStorageSize": 0, "MaximumPatientCount": 0,