Skip to content

Commit

Permalink
Fix typos in Docker Compose configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
woop committed Apr 29, 2020
1 parent 93a14a8 commit 58dcc50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/docker-compose/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down Expand Up @@ -110,4 +110,4 @@ services:
environment:
POSTGRES_PASSWORD: password
ports:
- "5432:5342"
- "5432:5432"

0 comments on commit 58dcc50

Please sign in to comment.