Support Dicom legacy port on tcp/104

This commit is contained in:
t3chn0m4g3
2024-12-09 17:58:52 +01:00
parent e43e8277fc
commit fc388a9ef7
7 changed files with 7 additions and 0 deletions

View File

@ -235,6 +235,7 @@ services:
networks:
- dicompot_local
ports:
- "104:11112"
- "11112:11112"
image: ${TPOT_REPO}/dicompot:${TPOT_VERSION}
pull_policy: ${TPOT_PULL_POLICY}