added port mapping to run example

pull/8318/head
Markus Kahl 5 years ago
parent b0c0b7c13c
commit fd73ca29a2
  1. 6
      docs/installation-and-operations/installation/docker/README.md

@ -289,8 +289,10 @@ The `-t` option is the tag for your image. You can choose what ever you want.
You can run the image just like the normal OpenProject image (as shown earlier).
You just have to use your chosen tag instead of `openproject/community:10`.
To just give it a quick try simply do:
To just give it a quick try you can run this:
```
docker run --rm -it openproject-with-slack
docker run -p 8080:80 --rm -it openproject-with-slack
```
After which you can access OpenProject under http://localhost:8080.

Loading…
Cancel
Save