Skip to content

Commit

Permalink
config json fits better in "config/"
Browse files Browse the repository at this point in the history
  • Loading branch information
CGDogan committed Sep 18, 2023
1 parent c372e81 commit 9f4db20
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion caMicroscope.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ services:
volumes:
- ./jwt_keys/:/root/keys/
- ./images/:/images/
- ./OrthancConfiguration.json:/root/src/Configuration.json
- ./config/OrthancConfiguration.json:/root/src/Configuration.json
environment:
DICOM_PORT: "11112"
DICOM_UI_PORT: "8042"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ services:
volumes:
- ./jwt_keys/:/root/keys/
- ./images/:/images/
- ./OrthancConfiguration.json:/root/src/Configuration.json
- ./config/OrthancConfiguration.json:/root/src/Configuration.json
environment:
DICOM_PORT: "11112"
DICOM_UI_PORT: "8042"
Expand Down

0 comments on commit 9f4db20

Please sign in to comment.