From f47979335bd6360d677b152a667df858a9934e63 Mon Sep 17 00:00:00 2001 From: Jo Date: Sat, 1 Jul 2023 09:07:11 -0400 Subject: [PATCH] - 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 --- docker/examples/elastic/docker-compose.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/docker/examples/elastic/docker-compose.yml b/docker/examples/elastic/docker-compose.yml index fa8f436..c1dec87 100644 --- a/docker/examples/elastic/docker-compose.yml +++ b/docker/examples/elastic/docker-compose.yml @@ -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