Skip to content

Commit

Permalink
Fix elasticsearch Dockerfile problem
Browse files Browse the repository at this point in the history
  • Loading branch information
yeszao committed Oct 7, 2019
1 parent efd6737 commit caf89f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker-compose-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,10 @@ services:

elasticsearch:
build:
context: .
context: ./services/elasticsearch
args:
ELASTICSEARCH_VERSION: ${ELASTICSEARCH_VERSION}
ELASTICSEARCH_PLUGINS: ${ELASTICSEARCH_PLUGINS}
environment:
- TZ=$TZ
- discovery.type=single-node
Expand Down

0 comments on commit caf89f4

Please sign in to comment.