mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
issue: Docker environment to 'dev', but I still can't access Swagger at '/docs/' #4709
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Neptunium1129 on GitHub (Apr 4, 2025).
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6,0
Ollama Version (if applicable)
none
Operating System
ubt20
Browser (if applicable)
chrome
Confirmation
README.md.Expected Behavior
https://docs.openwebui.com/getting-started/env-configuration/
Swagger page should be running. It was working in the previous version.
Actual Behavior
http://localserver:7777/docs
Steps to Reproduce
: docker run -d -p 7777:8080 -e ENV=dev -v /openwebui:/app/backend/data --name open-webui-ver060 --restart always ghcr.io/open-webui/open-webui:main
Logs & Screenshots
Additional Information
No response