Skip to content

Commit

Permalink
Podman: Fix test volume is used (#2297)
Browse files Browse the repository at this point in the history
Use environment variable instead of test volume
  • Loading branch information
benediktschlager authored Jan 29, 2023
1 parent c10870a commit 3acb6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Podman.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export ONEDRIVE_GID=1000
mkdir -p ${ONEDRIVE_DATA_DIR}
podman run -it --name onedrive --user "${ONEDRIVE_UID}:${ONEDRIVE_GID}" \
-v onedrive_conf:/onedrive/conf:U,Z \
-v "onedrive-test-data:/onedrive/data:U,Z" \
-v "${ONEDRIVE_DATA_DIR}:/onedrive/data:U,Z" \
driveone/onedrive:latest
```
**Important:** The 'target' folder of `ONEDRIVE_DATA_DIR` must exist before running the podman container
Expand Down

0 comments on commit 3acb6c1

Please sign in to comment.