From fdb6cde287c2a04cc7df812a4ab7da8a8bf6a7a1 Mon Sep 17 00:00:00 2001 From: Michael Mayer Date: Wed, 20 May 2026 16:31:35 +0000 Subject: [PATCH] Develop: Fix "specified::" typo in compose service comments #5590 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Drops the stray second colon at the end of the "Only starts if … profile is specified:" comment block in compose.nvidia.yaml and the three setup/docker compose files. Pure cosmetic cleanup so all gated services use identical phrasing across the dev and end-user compose variants. --- compose.nvidia.yaml | 2 +- setup/docker/arm64/compose.yaml | 6 +++--- setup/docker/compose.yaml | 6 +++--- setup/docker/nvidia/compose.yaml | 6 +++--- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/compose.nvidia.yaml b/compose.nvidia.yaml index 3d7ad733f..4874fb929 100644 --- a/compose.nvidia.yaml +++ b/compose.nvidia.yaml @@ -171,7 +171,7 @@ services: ollama: image: ollama/ollama:latest stop_grace_period: 15s - ## Only starts if the "all", "ollama", or "vision" profile is specified:: + ## Only starts if the "all", "ollama", or "vision" profile is specified: ## docker compose --profile ollama up -d profiles: ["all", "ollama", "vision"] ## Insecurely exposes the Ollama service on port 11434 diff --git a/setup/docker/arm64/compose.yaml b/setup/docker/arm64/compose.yaml index a2c7f838b..f38dbd43f 100644 --- a/setup/docker/arm64/compose.yaml +++ b/setup/docker/arm64/compose.yaml @@ -163,7 +163,7 @@ services: image: ollama/ollama:latest restart: unless-stopped stop_grace_period: 15s - ## Only starts if the "all", "ollama", or "vision" profile is specified:: + ## Only starts if the "all", "ollama", or "vision" profile is specified: ## docker compose --profile ollama up -d profiles: ["all", "ollama", "vision"] ## Insecurely exposes the Ollama service on port 11434 @@ -198,7 +198,7 @@ services: image: ghcr.io/open-webui/open-webui:main restart: unless-stopped stop_grace_period: 5s - ## Only starts if the "all", "ollama", "open-webui", or "vision" profile is specified:: + ## Only starts if the "all", "ollama", "open-webui", or "vision" profile is specified: ## docker compose --profile ollama up -d profiles: [ "all", "ollama", "open-webui", "vision" ] ## Exposes Open WebUI at http://localhost:8080 (use an HTTPS reverse proxy for remote access): @@ -220,7 +220,7 @@ services: watchtower: image: nickfedor/watchtower restart: unless-stopped - ## Only starts if the "update" profile is specified:: + ## Only starts if the "update" profile is specified: ## docker compose --profile update up -d profiles: [ "update" ] environment: diff --git a/setup/docker/compose.yaml b/setup/docker/compose.yaml index 3383c6dd7..80ec185a1 100644 --- a/setup/docker/compose.yaml +++ b/setup/docker/compose.yaml @@ -168,7 +168,7 @@ services: image: ollama/ollama:latest restart: unless-stopped stop_grace_period: 15s - ## Only starts if the "all", "ollama", or "vision" profile is specified:: + ## Only starts if the "all", "ollama", or "vision" profile is specified: ## docker compose --profile ollama up -d profiles: ["all", "ollama", "vision"] ## Insecurely exposes the Ollama service on port 11434 @@ -214,7 +214,7 @@ services: image: ghcr.io/open-webui/open-webui:main restart: unless-stopped stop_grace_period: 5s - ## Only starts if the "all", "ollama", "open-webui", or "vision" profile is specified:: + ## Only starts if the "all", "ollama", "open-webui", or "vision" profile is specified: ## docker compose --profile ollama up -d profiles: [ "all", "ollama", "open-webui", "vision" ] ## Exposes Open WebUI at http://localhost:8080 (use an HTTPS reverse proxy for remote access): @@ -236,7 +236,7 @@ services: watchtower: image: nickfedor/watchtower restart: unless-stopped - ## Only starts if the "update" profile is specified:: + ## Only starts if the "update" profile is specified: ## docker compose --profile update up -d profiles: ["update"] environment: diff --git a/setup/docker/nvidia/compose.yaml b/setup/docker/nvidia/compose.yaml index a700db4fc..a41a961c8 100644 --- a/setup/docker/nvidia/compose.yaml +++ b/setup/docker/nvidia/compose.yaml @@ -168,7 +168,7 @@ services: image: ollama/ollama:latest restart: unless-stopped stop_grace_period: 15s - ## Only starts if the "all", "ollama", or "vision" profile is specified:: + ## Only starts if the "all", "ollama", or "vision" profile is specified: ## docker compose --profile ollama up -d profiles: ["all", "ollama", "vision"] ## Insecurely exposes the Ollama service on port 11434 @@ -214,7 +214,7 @@ services: image: ghcr.io/open-webui/open-webui:main restart: unless-stopped stop_grace_period: 5s - ## Only starts if the "all", "ollama", "open-webui", or "vision" profile is specified:: + ## Only starts if the "all", "ollama", "open-webui", or "vision" profile is specified: ## docker compose --profile ollama up -d profiles: [ "all", "ollama", "open-webui", "vision" ] ## Exposes Open WebUI at http://localhost:8080 (use an HTTPS reverse proxy for remote access): @@ -236,7 +236,7 @@ services: watchtower: image: nickfedor/watchtower restart: unless-stopped - ## Only starts if the "update" profile is specified:: + ## Only starts if the "update" profile is specified: ## docker compose --profile update up -d profiles: ["update"] environment: