Update https-caddy.md

This commit is contained in:
Classic298
2025-09-29 10:29:33 +02:00
committed by GitHub
parent 6365625f22
commit dc2f625bb1

View File

@@ -55,7 +55,7 @@ cd ~/open-webui
### Installing OpenWebUI
Create a `docker-compose.yml` file in the `~/open-webui` directory. I've left in a commented section for setting some environment varibles for Qdrant, but you can follow that for any other [environment variables](/getting-started/env-configuration) you might need to set.
Create a `docker-compose.yml` file in the `~/open-webui` directory. I've left in a commented section for setting some environment varibles for Qdrant, but you can follow that for any other [environment variables](https://docs.openwebui.com/getting-started/env-configuration) you might need to set.
```yaml
services:
@@ -138,4 +138,4 @@ Now you can start the Open WebUI container again:
```bash
docker compose up -d
```
```