Skip to content

Commit

Permalink
chore: prefer container host name
Browse files Browse the repository at this point in the history
  • Loading branch information
nickamzol committed Jul 22, 2024
1 parent 60a8d26 commit 63f3e18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion debug/simple-setup/dicom-rst.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ server:
uncompressed: true
aets:
- aet: ORTHANC
host: host.docker.internal
host: orthanc
port: 4242
backend: DIMSE
pool:
Expand Down
4 changes: 2 additions & 2 deletions debug/simple-setup/orthanc.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -15,7 +15,7 @@
},
"DicomWeb" : {
"Servers" : {
"DICOM-RST" : [ "http://host.docker.internal:8080/pacs/ORTHANC" ]
"DICOM-RST" : [ "http://dicom-rst:8080/pacs/ORTHANC" ]
}
}
}

0 comments on commit 63f3e18

Please sign in to comment.