Skip to content

Commit

Permalink
Update docker.md
Browse files Browse the repository at this point in the history
* Fix details on docker compose process
  • Loading branch information
abraunegg committed Dec 4, 2024
1 parent 53c74c4 commit 6700968
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 6700968

Please sign in to comment.