i want to change the docker run command and add some configs to it. something like this. ```shell docker run -p 8108:8108 -v$(pwd)/typesense-data:/data typesense/typesense:0.23.1 \ --data-dir /data --api-key=$TYPESENSE_API_KEY --enable-cors ```