From dc2f625bb10095a8a388be50f15dcc0fb30a8e60 Mon Sep 17 00:00:00 2001 From: Classic298 <27028174+Classic298@users.noreply.github.com> Date: Mon, 29 Sep 2025 10:29:33 +0200 Subject: [PATCH] Update https-caddy.md --- docs/tutorials/https-caddy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorials/https-caddy.md b/docs/tutorials/https-caddy.md index 5f72622b..1c5edc1d 100644 --- a/docs/tutorials/https-caddy.md +++ b/docs/tutorials/https-caddy.md @@ -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 -``` \ No newline at end of file +```