Skip to content
Discussion options

You must be logged in to vote

@AleixMT
Please do not open a new Discussion and post your entire closed bug report as the discussion.

As articulated in #3465 , your issue is not a bug or issue with the client.


The client isn’t “ignoring” sync_dir. Inside the Docker image, the entrypoint always starts the client with:

--confdir /onedrive/conf --syncdir /onedrive/data

Command-line flags override anything in the config file, so if you set sync_dir in the config, it will be superseded by the CLI flag. The intended way to control where on your host files live is to bind-mount your host folder to /onedrive/data in the container. If you don’t mount correctly, or you override the container’s command and forget those flags, t…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@AleixMT
Comment options

AleixMT Oct 7, 2025
Author Sponsor

Answer selected by abraunegg
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants