Update compose/docker-compose.override.yml-elk

This commit is contained in:
cytopia 2021-04-19 18:10:43 +02:00 committed by GitHub
parent d5e463db60
commit db1be81471
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,6 +54,7 @@ services:
environment:
- TZ=${TIMEZONE:-UTC}
- ELASTICSEARCH_HOSTS=http://elastic:9200
- ELASTICSEARCH_URL=http://elastic:9200
depends_on:
- elastic