From eb153585630b5efc36aef9a5cddf0fa519eaf313 Mon Sep 17 00:00:00 2001 From: biharck Date: Wed, 24 Apr 2019 22:27:33 -0300 Subject: [PATCH] adding orthanc to the readme file --- docker/README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docker/README.md b/docker/README.md index 01044f4b4..e4562d1cc 100644 --- a/docker/README.md +++ b/docker/README.md @@ -10,4 +10,14 @@ This folder contains docker-compose files used to spin up OHIF-Viewer with diffe #### run `$ docker-compose -f docker-compose-publicserver.yml up -d` +then, access the application at (http://localhost)[http://localhost] + +## Local Orthanc +#### build + +`$ docker-compose -f docker-compose-orthanc.yml build` + +#### run +`$ docker-compose -f docker-compose-orthanc.yml up -d` + then, access the application at (http://localhost)[http://localhost] \ No newline at end of file