Update elasticsearch.yml

This commit is contained in:
Alex Coseru 2022-12-10 09:54:00 +02:00 committed by GitHub
parent 75f419808e
commit 7fc2042bce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,8 @@ version: '3'
services:
elasticsearch:
image: elasticsearch:${ELASTICSEARCH_VERSION:-latest}
ports:
- 9200:9200
networks:
backend:
ipv4_address: 172.15.0.6