Skip to content

Commit

Permalink
update docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
hgmauri committed Mar 16, 2022
1 parent 6d6dd89 commit dbfe212
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: '3.4'
services:
elasticsearch:
container_name: elasticsearch
image: docker.elastic.co/elasticsearch/elasticsearch:7.16.3
image: docker.elastic.co/elasticsearch/elasticsearch:8.1.0
ports:
- 9200:9200
volumes:
Expand All @@ -20,7 +20,7 @@ services:

kibana:
container_name: kibana
image: docker.elastic.co/kibana/kibana:7.16.3
image: docker.elastic.co/kibana/kibana:8.1.0
ports:
- 5601:5601
depends_on:
Expand Down

0 comments on commit dbfe212

Please sign in to comment.