mirror of
https://zotify.xyz/zotify/zotify.git
synced 2024-11-10 01:02:06 +01:00
Update 'README.md'
This commit is contained in:
parent
c6485a3ae5
commit
e72fb18eb1
1 changed files with 2 additions and 2 deletions
|
@ -115,12 +115,12 @@ Bangers/{artist} - {song_name}.{ext}
|
||||||
/home/user/downloads/{artist} - {song_name} [{id}].{ext}
|
/home/user/downloads/{artist} - {song_name} [{id}].{ext}
|
||||||
~~~~
|
~~~~
|
||||||
|
|
||||||
### Docker Usage - CURRENTLY BROKEN
|
### Docker Usage
|
||||||
```
|
```
|
||||||
Build the docker image from the Dockerfile:
|
Build the docker image from the Dockerfile:
|
||||||
docker build -t zotify .
|
docker build -t zotify .
|
||||||
Create and run a container from the image:
|
Create and run a container from the image:
|
||||||
docker run --rm -u $(id -u):$(id -g) -v "$PWD/zotify:/app" -v "$PWD/config.json:/config.json" -v "$PWD/Zotify Music:/Zotify Music" -v "$PWD/Zotify Podcasts:/Zotify Podcasts" -it zotify
|
docker run --rm -v "$PWD/Zotify Music:/root/Music/Zotify Music" -v "$PWD/Zotify Podcasts:/root/Music/Zotify Podcasts" -it zotify
|
||||||
```
|
```
|
||||||
|
|
||||||
### What do I do if I see "Your session has been terminated"?
|
### What do I do if I see "Your session has been terminated"?
|
||||||
|
|
Loading…
Reference in a new issue