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