diff --git a/docs/installation-and-operations/installation/docker/README.md b/docs/installation-and-operations/installation/docker/README.md index 43c63405e7..664e68ee76 100644 --- a/docs/installation-and-operations/installation/docker/README.md +++ b/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.