Running docker container with env flag "ENABLE_SIGNUP="False"" still shows Signup form #771

Closed
opened 2025-11-11 14:30:55 -06:00 by GiteaMirror · 0 comments
Owner

Originally created by @chrisbward on GitHub (Apr 30, 2024).

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). 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#771