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:
Tim Visée
2025-12-23 17:29:57 +01:00
committed by timvisee
parent bd49f45a8a
commit f937d0260f
2 changed files with 6 additions and 0 deletions

View File

@@ -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

View File

@@ -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