Skip to content

Commit

Permalink
fix(env): docker compose variable interpolation issue for COMPOSE_PRO…
Browse files Browse the repository at this point in the history
…FILES
  • Loading branch information
Han Kyaw authored and Han Kyaw committed Dec 25, 2024
1 parent 9231fdb commit 0dc179f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ SSRF_SANDBOX_HOST=sandbox
# compose profile will be used)
# if you want to use unstructured, add ',unstructured' to the end
# ------------------------------
COMPOSE_PROFILES=${VECTOR_STORE:-weaviate}
COMPOSE_PROFILES=$${VECTOR_STORE:-weaviate}

# ------------------------------
# Docker Compose Service Expose Host Port Configurations
Expand Down

0 comments on commit 0dc179f

Please sign in to comment.