-
-
Notifications
You must be signed in to change notification settings - Fork 871
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix details on docker compose process
- Loading branch information
Showing
1 changed file
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
Check failure Code scanning / check-spelling Unrecognized Spelling Error documentation
componse is not a recognized word. (unrecognized-spelling)
|
||
### 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) | ||
|