Fix docker run command

This commit is contained in:
Logykk 2021-10-25 14:06:26 +13:00 committed by GitHub
parent 898e20dc6d
commit 5c0b02b0b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 4 deletions

View File

@ -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?