Skip to content

Commit

Permalink
Upgrade to Graylog 2.4 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwcole committed Jun 9, 2018
1 parent 7fee269 commit 042370a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
@@ -1,10 +1,10 @@
version: '3'
version: "3"

services:
mongo:
image: mongo:3
elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:5.5.2
image: docker.elastic.co/elasticsearch/elasticsearch:5.6.9
environment:
- http.host=0.0.0.0
- xpack.security.enabled=false
Expand All @@ -14,7 +14,7 @@ services:
soft: -1
hard: -1
graylog:
image: graylog/graylog:2.3.2-1
image: graylog/graylog:2.4
environment:
- GRAYLOG_PASSWORD_SECRET="!ux*lAfQVjaRT8iI"
- GRAYLOG_ROOT_PASSWORD_SHA2=8c6976e5b5410415bde908bd4dee15dfb167a9c873fc4bb8a81f6f2ab448a918
Expand Down

0 comments on commit 042370a

Please sign in to comment.