Skip to content

Commit

Permalink
Update docker.md
Browse files Browse the repository at this point in the history
* Update doc
  • Loading branch information
abraunegg committed Nov 1, 2023
1 parent f7aa1e8 commit 7fde0f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,15 @@ Create the 'config' volume with the following command:
docker volume create onedrive_conf
```

This will create a podman volume labeled `onedrive_conf`, where all configuration of your onedrive account will be stored. You can add a custom config file in this location at a later point in time if required.
This will create a docker volume labeled `onedrive_conf`, where all configuration of your onedrive account will be stored. You can add a custom config file in this location at a later point in time if required.

#### 5.2 Prepare the 'data' volume
Create the 'data' volume with the following command:
```bash
docker volume create onedrive_data
```

This will create a podman volume labeled `onedrive_data` and will map to a path on your local filesystem. This is where your data from Microsoft OneDrive will be stored. Keep in mind that:
This will create a docker volume labeled `onedrive_data` and will map to a path on your local filesystem. This is where your data from Microsoft OneDrive will be stored. Keep in mind that:

* The owner of this specified folder must not be root
* The owner of this specified folder must have permissions for its parent directory
Expand Down

0 comments on commit 7fde0f4

Please sign in to comment.