Skip to content

Commit

Permalink
fix(create): Specify Typesense Docker image version
Browse files Browse the repository at this point in the history
  • Loading branch information
dlhck authored Jan 14, 2025
1 parent 889dd72 commit fd6a9fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create/templates/docker-compose.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ services:
# Checkout our advanced search plugin: https://vendure.io/hub/vendure-plus-advanced-search-plugin
# To run the typesense container run "docker compose up -d typesense"
typesense:
image: typesense/typesense:27
image: typesense/typesense:27.0
command: [ '--data-dir', '/data', '--api-key', 'SuperSecret' ]
ports:
- "8208:8108"
Expand Down

0 comments on commit fd6a9fd

Please sign in to comment.