Skip to content

Commit

Permalink
Remove yaml list key for API_QUERY_URL (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
surchs committed Sep 6, 2023
1 parent 28f1b0e commit 126e5ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ services:
ports:
- "${NB_QUERY_PORT_HOST:-3000}:3000"
environment:
- API_QUERY_URL: "${API_QUERY_URL:-http://localhost:${NB_API_PORT_HOST:-8000}/}"
API_QUERY_URL: "${API_QUERY_URL:-http://localhost:${NB_API_PORT_HOST:-8000}/}"

0 comments on commit 126e5ac

Please sign in to comment.