mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-08 12:58:11 -05:00
[GH-ISSUE #15322] issue: WEBUI_BANNERS on docker compose #17531
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 @devbysb on GitHub (Jun 26, 2025).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/15322
Check Existing Issues
Installation Method
Docker
Open WebUI Version
0.6.15
Ollama Version (if applicable)
No response
Operating System
ubuntu 24.04 (docker)
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
No error on docker compose up
Actual Behavior
yaml: line 13: mapping values are not allowed in this context
Steps to Reproduce
Hi I have followed https://docs.openwebui.com/getting-started/env-configuration/#webui_banners
With this docker compose yaml file
I have done docker compose up
And I have this error
yaml: line 13: mapping values are not allowed in this context
Logs & Screenshots
yaml: line 13: mapping values are not allowed in this context
Additional Information
No response
@guenhter commented on GitHub (Jun 26, 2025):
Can you add a properly formatted compose file please.
@devbysb commented on GitHub (Jun 26, 2025):
Sorry bad copy/paste :)
@guenhter commented on GitHub (Jun 26, 2025):
Try to change it to
The problem is, that you compose file is not a proper yaml.