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: