diff --git a/docs/Podman.md b/docs/Podman.md index 5528367a..ff494159 100644 --- a/docs/Podman.md +++ b/docs/Podman.md @@ -67,6 +67,8 @@ podman run -it --name onedrive --user "${ONEDRIVE_UID}:${ONEDRIVE_GID}" \ **If you plan to use podmans built in auto-updating of container images described in step 5, you must pass an additional argument to set a label during the first run.** +**Important:** In some scenarios, 'podman' sets the configuration and data directories to a different UID & GID as specified. To resolve this situation, you must run 'podman' with the `--userns=keep-id` flag to ensure 'podman' uses the UID and GID as specified. + The run command would look instead look like as follows: ``` podman run -it --name onedrive --user "${ONEDRIVE_UID}:${ONEDRIVE_GID}" \ diff --git a/docs/USAGE.md b/docs/USAGE.md index bd0afa64..6fb518e8 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -28,6 +28,7 @@ + [skip_dotfiles](#skip_dotfiles) + [monitor_interval](#monitor_interval) + [monitor_fullscan_frequency](#monitor_fullscan_frequency) + + [monitor_log_frequency](#monitor_log_frequency) + [min_notify_changes](#min_notify_changes) + [operation_timeout](#operation_timeout) * [Configuring the client for 'single tenant application' use](#configuring-the-client-for-single-tenant-application-use)