Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
amazy committed Mar 2, 2022
1 parent fe54147 commit 0074087
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ At minimum, you should provide this configuration file:
}
```

If you are using Docker, the easiest way to try the new Orthanc Explorer 2 is to run this command and then open a browser in http://localhost:8042/
If you are using Docker, the easiest way to try the new Orthanc Explorer 2 is to run this command and then open a browser in http://localhost:8042/ (login: orthanc, pwd: orthanc)

```shell
docker pull osimis/orthanc:orthanc-mainline
docker run -p 8042:8042 --env OE2_ENABLED=true --env osimis/orthanc:orthanc-mainline
docker run -p 8042:8042 --env OE2_ENABLED=true osimis/orthanc:orthanc-mainline
```


Expand Down

0 comments on commit 0074087

Please sign in to comment.