diff --git a/infra/docker-compose/docker-compose.yml b/infra/docker-compose/docker-compose.yml index 38234cff22d..b44212d0d32 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