Skip to content
This repository was archived by the owner on Oct 27, 2021. It is now read-only.

Update docker.rst #1098

Open
wants to merge 1 commit into
base: 4.0
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pages/installation/docker.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ If you want to checkout Graylog on your local desktop without any further custom
$ docker run --name graylog --link mongo --link elasticsearch \
-p 9000:9000 -p 12201:12201 -p 1514:1514 \
-e GRAYLOG_HTTP_EXTERNAL_URI="http://127.0.0.1:9000/" \
-e GRAYLOG_HTTP_ENABLE_CORS=true \
-d graylog/graylog:4.0


Expand Down