diff --git a/pages/installation/docker.rst b/pages/installation/docker.rst index 33342b36b..b9c2c6ecc 100644 --- a/pages/installation/docker.rst +++ b/pages/installation/docker.rst @@ -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