Skip to content

Instantly share code, notes, and snippets.

@ssugar
Created September 20, 2015 06:52
Show Gist options
  • Save ssugar/9ed35005bfba65f895b7 to your computer and use it in GitHub Desktop.
Save ssugar/9ed35005bfba65f895b7 to your computer and use it in GitHub Desktop.
Docker command to run Graylog

#####Graylog

docker run -t -e GRAYLOG_TIMEZONE=Asia/Ho_Chi_Minh -v /srv/graylog/data:/var/opt/graylog/data -v /srv/graylog/logs:/var/log/graylog -v /srv/graylog/plugins:/opt/graylog/plugin -p 9000:9000 -p 12201:12201 -p 12900:12900 -p 5555:5555/udp --name graylog2 graylog2/allinone
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment