From 58dcc50c69857151a0dfea833245b7122f1c5bd9 Mon Sep 17 00:00:00 2001 From: Willem Pienaar Date: Wed, 29 Apr 2020 12:25:17 +0800 Subject: [PATCH] Fix typos in Docker Compose configuration --- infra/docker-compose/docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/infra/docker-compose/docker-compose.yml b/infra/docker-compose/docker-compose.yml index 38234cff22..b44212d0d3 100644 --- a/infra/docker-compose/docker-compose.yml +++ b/infra/docker-compose/docker-compose.yml @@ -19,7 +19,7 @@ services: - java - -jar - /opt/feast/feast-core.jar - - --spring.config.location=classpath:/application.yml,file:/etc/feast/application.yaml + - --spring.config.location=classpath:/application.yml,file:/etc/feast/application.yml online-serving: image: ${FEAST_SERVING_IMAGE}:${FEAST_VERSION} @@ -110,4 +110,4 @@ services: environment: POSTGRES_PASSWORD: password ports: - - "5432:5342" \ No newline at end of file + - "5432:5432" \ No newline at end of file