[GH-ISSUE #13025] feat: When deploying Open WebUI with Docker, can I set my own URL during the configuration phase? #55453

Closed
opened 2026-05-05 17:34:16 -05:00 by GiteaMirror · 1 comment
Owner

Originally created by @justincnn on GitHub (Apr 18, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/13025

Check Existing Issues

  • I have searched the existing issues and discussions.

Problem Description

The following code only includes the API configuration options and does not provide a section for custom API URL settings.

docker run -d -p 3000:8080 -e OPENAI_API_KEY=your_secret_key -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main

Desired Solution you'd like

The following code only includes the API configuration options and does not provide a section for custom API URL settings.

docker run -d -p 3000:8080 -e OPENAI_API_KEY=your_secret_key -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main

Alternatives Considered

No response

Additional Context

No response

Originally created by @justincnn on GitHub (Apr 18, 2025). Original GitHub issue: https://github.com/open-webui/open-webui/issues/13025 ### Check Existing Issues - [x] I have searched the existing issues and discussions. ### Problem Description The following code only includes the API configuration options and does not provide a section for custom API URL settings. ~~~ docker run -d -p 3000:8080 -e OPENAI_API_KEY=your_secret_key -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main ~~~ ### Desired Solution you'd like The following code only includes the API configuration options and does not provide a section for custom API URL settings. ~~~ docker run -d -p 3000:8080 -e OPENAI_API_KEY=your_secret_key -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main ~~~ ### Alternatives Considered _No response_ ### Additional Context _No response_
Author
Owner

@DarremMolko commented on GitHub (Apr 18, 2025):

Did you read the docs? See OPENAI_API_BASE_URL.

<!-- gh-comment-id:2815379097 --> @DarremMolko commented on GitHub (Apr 18, 2025): Did you read the docs? See [OPENAI_API_BASE_URL](https://docs.openwebui.com/getting-started/env-configuration#openai_api_base_url).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#55453