1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-07-05 23:37:46 +02:00
wiki/docker/onedrive/readme.md
2020-04-10 18:51:58 +02:00

20 lines
767 B
Markdown

# Onedrive
This is a dockerized version of a onedrive client.
The official container and documentation was made by [oznu](https://hub.docker.com/r/oznu/onedrive).
## Environment-variables
Set the following variables with the -e tag.
| Name | Usage | Default |
| ---- | -------- | ------- |
| PUID | UserID | |
| PGID | GroupID | |
## Volumes
Set the following volumes with the -v tag.
| Volume-Name | Container mount | Description |
| ---------------- | --------------- | ----------------------------------------------- |
| onedrive_config | /config | configuration storage for the server connection |
| onedrive_doc | /documents | storage for downloaded documents |