Develop: Fix "specified::" typo in compose service comments #5590

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.
This commit is contained in:
Michael Mayer 2026-05-20 16:31:35 +00:00
parent 0e14ef111d
commit fdb6cde287
4 changed files with 10 additions and 10 deletions

View file

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

View file

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

View file

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

View file

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