Skip to content

Commit

Permalink
Don't use real paths
Browse files Browse the repository at this point in the history
  • Loading branch information
chooban committed Jan 9, 2022
1 parent 7804bff commit 0bb57b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ docker run \
-e PUID=<user id for output files>
-e PGID=<group id for output files>
-e BANDCAMP_USERNAME=<USERNAME GOES HERE> \
-v /Users/ross/Projects/bandcamp-downloader/config/:/bandcamp-config \
-v /Users/ross/Projects/bandcamp-downloader/download/:/download \
-v ./config/:/bandcamp-config \
-v ./downloads/:/download \
chooban/bandcamp-downloader
```

0 comments on commit 0bb57b0

Please sign in to comment.