Add default user/pass to readme

This commit is contained in:
Quasar Jarosz 2016-11-30 16:49:54 -06:00 committed by GitHub
parent cd9ed48655
commit ad7c3b895d

View File

@ -14,6 +14,7 @@ Community
Have questions? Try posting in the [OHIF forum](http://forum.ohif.org/). Have questions? Try posting in the [OHIF forum](http://forum.ohif.org/).
### Docker usage ### Docker usage
Following the instructions below, the docker image will listen for DICOM connections on port 4242, and for web traffic on port 8042. The default username for the web interface is `orthanc`, and the password is `orthanc`.
#### Temporary data storage #### Temporary data storage
```` ````
docker run --rm -p 4242:4242 -p 8042:8042 jodogne/orthanc-plugins docker run --rm -p 4242:4242 -p 8042:8042 jodogne/orthanc-plugins