[GH-ISSUE #1875] Running docker container with env flag "ENABLE_SIGNUP="False"" still shows Signup form #12667

Closed
opened 2026-04-19 19:35:07 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @chrisbward on GitHub (Apr 30, 2024).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/1875

Hi,

Here's the command I'm running, but still see the signup form when opening the browser;

docker run -d -p 3000:8080 -e ENABLE_SIGNUP="False" --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main
Originally created by @chrisbward on GitHub (Apr 30, 2024). Original GitHub issue: https://github.com/open-webui/open-webui/issues/1875 Hi, Here's the command I'm running, but still see the signup form when opening the browser; ``` docker run -d -p 3000:8080 -e ENABLE_SIGNUP="False" --add-host=host.docker.internal:host-gateway -v open-webui:/app/backend/data --name open-webui --restart always ghcr.io/open-webui/open-webui:main ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#12667