Update 'README.md'

This commit is contained in:
Zotify 2023-04-30 13:06:09 +02:00
parent c6485a3ae5
commit e72fb18eb1
1 changed files with 2 additions and 2 deletions

View File

@ -115,12 +115,12 @@ Bangers/{artist} - {song_name}.{ext}
/home/user/downloads/{artist} - {song_name} [{id}].{ext}
~~~~
### Docker Usage - CURRENTLY BROKEN
### Docker Usage
```
Build the docker image from the Dockerfile:
docker build -t zotify .
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"?