Example docker-compose is not accessible in deployed documentation #84

Closed
opened 2026-02-15 17:14:54 -05:00 by yindo · 2 comments
Owner

Originally created by @s-blu on GitHub (Jun 8, 2025).

Hello,

thanks for maintaining this project! I haven't fully started yet, but open-webui is impressing on it's first look already.

On https://docs.openwebui.com/getting-started/quick-start/ there is a link in the sidebar "Example docker-compose.yml" which is inaccessible. This seems to be true for subsequent points, too.

The documentation page seem to only show content of docs/docs/getting-started/quick-start/index.mdx, as if the import of the outsourced documentation files under docs/getting-started/quick-start/tab-docker does not work.

Regards

Originally created by @s-blu on GitHub (Jun 8, 2025). Hello, thanks for maintaining this project! I haven't fully started yet, but open-webui is impressing on it's first look already. On https://docs.openwebui.com/getting-started/quick-start/ there is a link in the sidebar "[Example docker-compose.yml](https://docs.openwebui.com/getting-started/quick-start/#example-docker-composeyml)" which is inaccessible. This seems to be true for subsequent points, too. The documentation page seem to only show content of `docs/docs/getting-started/quick-start/index.mdx`, as if the import of the outsourced documentation files under `docs/getting-started/quick-start/tab-docker` does not work. Regards
yindo closed this issue 2026-02-15 17:14:54 -05:00
Author
Owner

@DaWe35 commented on GitHub (Jun 18, 2025):

It works for me

Image

version: '3'
services:
  openwebui:
    image: ghcr.io/open-webui/open-webui:main
    ports:
      - "3000:8080"
    volumes:
      - open-webui:/app/backend/data
volumes:
  open-webui:
@DaWe35 commented on GitHub (Jun 18, 2025): It works for me ![Image](https://github.com/user-attachments/assets/d735a056-fcff-4721-882d-4bd736d93452) ``` version: '3' services: openwebui: image: ghcr.io/open-webui/open-webui:main ports: - "3000:8080" volumes: - open-webui:/app/backend/data volumes: open-webui: ```
Author
Owner

@s-blu commented on GitHub (Jun 18, 2025):

Oh dear, I am very sorry. I clicked on "example docker-compose.yml" in the sidebar (marked red) and did not jump to the section; then I scrolled down and was searching for the heading while absolutely ignoring these blue buttons...

Image

Sorry for the trouble, thanks a lot for your reply.

@s-blu commented on GitHub (Jun 18, 2025): Oh dear, I am very sorry. I clicked on "example docker-compose.yml" in the sidebar (marked red) and did not jump to the section; then I scrolled down and was searching for the heading while absolutely ignoring these blue buttons... ![Image](https://github.com/user-attachments/assets/3adebb0e-6285-4179-a608-86f768c326a2) Sorry for the trouble, thanks a lot for your reply.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/docs#84