I will check that in logs, one last thing, i have ...
# community-help
a
I will check that in logs, one last thing, i have installed the .rpm package as the last step and finally run the following:
Copy code
sudo 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!