Aadil Garg
08/05/2024, 12:00 PMsudo docker run -d --gpus all -p 8108:8108 \
-v "$(pwd)"/typesense-data:/data:z typesense/typesense:26.0 \
--data-dir /data \
--api-key=$TYPESENSE_API_KEY \
--enable-cors
Hopefully, i am not missing anything.
Thanks for the assistance so far!