mirror of
https://github.com/THIS-IS-NOT-A-BACKUP/zspotify.git
synced 2024-11-26 09:53:17 +01:00
Fix docker run command
This commit is contained in:
parent
898e20dc6d
commit
5c0b02b0b8
11
README.md
11
README.md
@ -51,10 +51,13 @@ Options that can be configured in zs_config.json:
|
||||
OVERRIDE_AUTO_WAIT Change this to true if you want to completely disable the wait between songs for faster downloads with the risk of instability
|
||||
```
|
||||
|
||||
```
|
||||
Docker usage:
|
||||
docker build -t zspotify . Builds the docker image from the Dockerfile
|
||||
docker run --name zspotify zspotify Creates and runs a container from the image
|
||||
### Docker Usage
|
||||
|
||||
```
|
||||
Build the docker image from the Dockerfile:
|
||||
docker build -t zspotify .
|
||||
Create and run a container from the image:
|
||||
docker run --rm -v "$PWD/ZSpotify Music:/ZSpotify Music" -v "$PWD/ZSpotify Podcasts:/ZSpotify Podcasts" -it zspotify
|
||||
```
|
||||
|
||||
### Will my account get banned if I use this tool?
|
||||
|
Loading…
Reference in New Issue
Block a user