this is running a local Typesense with Docker on a...
# community-help
t
this is running a local Typesense with Docker on a Mac, using the command
Copy code
docker run \
  -p 8108:8108 \
  -v./.typesense:/data \
  typesense/typesense:26.0 \
  --data-dir /data \
  --api-key=abc123 \
  --enable-cors
so nothing particularly fancy going on