Skip to content

Commit

Permalink
Merge pull request personium#18 from yoh1496/feature/middleware_versi…
Browse files Browse the repository at this point in the history
…onup

Update version of middleware container
  • Loading branch information
tochi-y authored Oct 23, 2020
2 parents dc9884d + 93fc343 commit 3f92078
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"
services:

elasticsearch:
image: docker.elastic.co/elasticsearch/elasticsearch:6.6.1
image: docker.elastic.co/elasticsearch/elasticsearch:6.8.12
ports:
- 9200:9200
- 9300:9300
Expand All @@ -25,7 +25,7 @@ services:
retries: 10

activemq:
image: rmohr/activemq:5.15.4
image: rmohr/activemq:5.15.9
ports:
- 61616:61616
- 8161:8161
Expand Down

0 comments on commit 3f92078

Please sign in to comment.