Skip to content

Instantly share code, notes, and snippets.

@syntaxlexx
Created April 15, 2025 07:01
Show Gist options
  • Save syntaxlexx/f50013f377cf20477efbe684b7911223 to your computer and use it in GitHub Desktop.
Save syntaxlexx/f50013f377cf20477efbe684b7911223 to your computer and use it in GitHub Desktop.
Docker container commands to quickly spin up my containers
docker run -d -p 8108:8108 --name typesense28 -v C:/dev/typesense-data:/data/typesense typesense/typesense:28.0 --data-dir /data/typesense --api-key=xyz --enable-cors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment