mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-23 11:11:00 -05:00
Add security caution banner to quick start command (#7815)
* Show simple security banner in quick start guide * Swap sentence * Refer to new secure your instance section * Shorten text to fit on single line
This commit is contained in:
@@ -60,6 +60,9 @@ To experience the full power of Qdrant locally, run the container with this comm
|
||||
docker run -p 6333:6333 qdrant/qdrant
|
||||
```
|
||||
|
||||
> [!CAUTION]
|
||||
> Starts an insecure deployment without authentication open to all network interfaces. Please refer to [secure your instance](https://qdrant.tech/documentation/guides/security/#secure-your-instance).
|
||||
|
||||
Now you can connect to this with any client, including Python:
|
||||
|
||||
```python
|
||||
|
||||
@@ -17,6 +17,9 @@ Run it with default configuration:
|
||||
docker run -p 6333:6333 qdrant/qdrant
|
||||
```
|
||||
|
||||
> [!CAUTION]
|
||||
> Starts an insecure deployment without authentication open to all network interfaces. Please refer to [secure your instance](https://qdrant.tech/documentation/guides/security/#secure-your-instance).
|
||||
|
||||
Build your own from source
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user