- removed empty key section, which is causing yaml errors: (#1275)
ERROR: The Compose file './docker-compose.yml' is invalid because: services.elastic_search.environment contains an invalid type, it should be an object, or an array (pygeoapi) Co-authored-by: doublebyte1 <info@doublebyte.net>
This commit is contained in:
@@ -62,9 +62,6 @@ services:
|
||||
ports:
|
||||
- 9300:9300
|
||||
- 9200:9200
|
||||
environment:
|
||||
# Enabling compatibility mode in ES
|
||||
# https://www.elastic.co/guide/en/elasticsearch/client/python-api/current/migration.html#migration-compat-mode
|
||||
volumes:
|
||||
- elastic_search_data:/usr/share/elasticsearch/data
|
||||
|
||||
|
||||
Reference in New Issue
Block a user