From 67009685243d92fa43fad0605930b90439dfc2b1 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Thu, 5 Dec 2024 06:03:38 +1100 Subject: [PATCH 1/2] Update docker.md * Fix details on docker compose process --- docs/docker.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/docker.md b/docs/docker.md index e2ae5dd2f9..ddf0ef7228 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -223,7 +223,9 @@ services: - ${ONEDRIVE_DATA_DIR}:/onedrive/data ``` -Note that you still have to perform step 3: First Run. +> [!IMPORTANT] +> Before you run the container using your compose file you must first authenticate the client following [step 6](https://github.com/abraunegg/onedrive/blob/master/docs/docker.md#6-first-run-of-docker-container-under-docker-and-performing-authorisation) above. +> Failure to perform this step before running your container using your componse file will see your container detail that an invalid response uri was entered. ### Editing the running configuration and using a 'config' file The 'onedrive' client should run in default configuration, however you can change this default configuration by placing a custom config file in the `onedrive_conf` docker volume. First download the default config from [here](https://raw.githubusercontent.com/abraunegg/onedrive/master/config) From 374c11b96e0e7b119a2613e77a8d25356c1480df Mon Sep 17 00:00:00 2001 From: abraunegg Date: Thu, 5 Dec 2024 06:10:29 +1100 Subject: [PATCH 2/2] Update docker.md * fix spelling --- docs/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docker.md b/docs/docker.md index ddf0ef7228..3d2a353941 100644 --- a/docs/docker.md +++ b/docs/docker.md @@ -225,7 +225,7 @@ services: > [!IMPORTANT] > Before you run the container using your compose file you must first authenticate the client following [step 6](https://github.com/abraunegg/onedrive/blob/master/docs/docker.md#6-first-run-of-docker-container-under-docker-and-performing-authorisation) above. -> Failure to perform this step before running your container using your componse file will see your container detail that an invalid response uri was entered. +> Failure to perform this step before running your container using your compose file will see your container detail that an invalid response uri was entered. ### Editing the running configuration and using a 'config' file The 'onedrive' client should run in default configuration, however you can change this default configuration by placing a custom config file in the `onedrive_conf` docker volume. First download the default config from [here](https://raw.githubusercontent.com/abraunegg/onedrive/master/config)