Update 'README.md'
All checks were successful
Publish Docker image / Push Docker image to registry (push) Successful in 40s

This commit is contained in:
niku 2023-05-18 08:08:32 +00:00
parent aeb8b3f0ce
commit 6b5994984e

View File

@ -1,4 +1,14 @@
# streamrip-docker
Container image for [nathom's streamrip](https://github.com/nathom/streamrip).
```sh
docker run -it -e DEEZER_NUTS=$TOKEN -e QOBUZ_USERID=$QOBUZ_USERID -e QOBUZ_TOKEN=$QOBUZ_TOKEN git.cesium.pw/niku/streamrip-docker
```
docker run \
-e DEEZER_NUTS=$TOKEN \
-e QOBUZ_USERID=$QOBUZ_USERID \
-e QOBUZ_TOKEN=$QOBUZ_TOKEN \
--name streamrip \
-d git.cesium.pw/niku/streamrip-docker
docker exec streamrip rip url <url>
```