Fixed image name and container names.

This commit is contained in:
yohan 2019-07-14 23:14:30 +02:00
parent bff398f6a1
commit 2dff049caa

View File

@ -3,7 +3,8 @@ version: '2.1'
services: services:
elasticsearch: elasticsearch:
container_name: elasticsearch:$VERSION_ELASTICSEARCH image: elasticsearch:$VERSION_ELASTICSEARCH
container_name: elasticsearch
build: "https://git.scimetis.net/yohan/docker-elasticsearch.git" build: "https://git.scimetis.net/yohan/docker-elasticsearch.git"
environment: environment:
- discovery.type=single-node - discovery.type=single-node