Created
April 15, 2025 07:01
-
-
Save syntaxlexx/f50013f377cf20477efbe684b7911223 to your computer and use it in GitHub Desktop.
Docker container commands to quickly spin up my containers
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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