aboutsummaryrefslogtreecommitdiffstats
path: root/extra/docker
diff options
context:
space:
mode:
Diffstat (limited to 'extra/docker')
-rw-r--r--extra/docker/README.md2
-rw-r--r--extra/docker/docker-compose.yml2
2 files changed, 1 insertions, 3 deletions
diff --git a/extra/docker/README.md b/extra/docker/README.md
index 06ff06e1..4fd78e56 100644
--- a/extra/docker/README.md
+++ b/extra/docker/README.md
@@ -4,8 +4,6 @@ install some large dependencies. Currently it isn't *required* for core
development (the fatcat API server and most of the web interface), and also
doesn't bundle *all* dependencies.
-This requires
-
To start docker compose (kafka, zookeeper, elasticsearch) with logging in the
current terminal:
diff --git a/extra/docker/docker-compose.yml b/extra/docker/docker-compose.yml
index bfc2eb3e..85d98ec2 100644
--- a/extra/docker/docker-compose.yml
+++ b/extra/docker/docker-compose.yml
@@ -18,7 +18,7 @@ services:
volumes:
- /var/run/docker.sock:/var/run/docker.sock
elasticsearch:
- image: docker.elastic.co/elasticsearch/elasticsearch:6.4.2
+ build: ../elasticsearch/
ports:
- "9200:9200"
- "9300:9300"