Fix docker-compose so as to use an already built image

This commit is contained in:
Dgonzalez 2017-01-12 12:38:54 +01:00
parent 4ea90f5bfe
commit 09313a447b
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ services:
volumes:
- 'elasticsearch_data:/bitnami/elasticsearch'
kibana:
build: .
image: 'bitnami/kibana:latest'
ports:
- '5601:5601'
volumes: