Skip to content

fix: correct Docker config mount path to /data and improve error message#44

Open
zyberwoof wants to merge 1 commit into
open-webui:mainfrom
zyberwoof:fix/docker-mount-and-error-message
Open

fix: correct Docker config mount path to /data and improve error message#44
zyberwoof wants to merge 1 commit into
open-webui:mainfrom
zyberwoof:fix/docker-mount-and-error-message

Conversation

@zyberwoof

Copy link
Copy Markdown

Fixes #43

Changes

  • Update docker-compose.yaml to mount .oikb.yaml to /data instead of /app
  • Update README.md Docker examples to use correct mount path
  • Improve daemon error message to show full path to .oikb.yaml

Why

The Dockerfile sets WORKDIR /data, but the current examples mount the config to /app/.oikb.yaml. This causes users to see "No sync entries found" errors. The improved error message will also aid troubleshooting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Docker mount path incorrect: /app/.oikb.yaml should be /data/.oikb.yaml

1 participant