[GH-ISSUE #18416] feat: Remove unused build argument OLLAMA_BASE_URL from docker-compose.yml #34120

Closed
opened 2026-04-25 08:03:07 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @kepuvv on GitHub (Oct 18, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/18416

Check Existing Issues

  • I have searched all existing open AND closed issues and discussions for similar requests. I have found none that is comparable to my request.

Problem Description

The docker-compose.yml file includes a build.args entry for OLLAMA_BASE_URL (9ae06a3cac/docker-compose.yaml (L15)),

but this argument is never declared in the Dockerfile using ARG, and therefore has no effect during the build.

Desired Solution you'd like

It seems safe to remove this line to avoid confusion and keep the configuration clean.

Alternatives Considered

No response

Additional Context

No response

Originally created by @kepuvv on GitHub (Oct 18, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/18416 ### Check Existing Issues - [x] I have searched all existing open AND closed issues and discussions for similar requests. I have found none that is comparable to my request. ### Problem Description The docker-compose.yml file includes a build.args entry for OLLAMA_BASE_URL (https://github.com/open-webui/open-webui/blob/9ae06a3cac140673cb93895bab37846095e71059/docker-compose.yaml#L15), but this argument is never declared in the Dockerfile using ARG, and therefore has no effect during the build. ### Desired Solution you'd like It seems safe to remove this line to avoid confusion and keep the configuration clean. ### Alternatives Considered _No response_ ### Additional Context _No response_
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#34120