Notifications
Clear all
Self Hosted
1
Posts
1
Users
0
Reactions
50
Views
Topic starter
docker run -d \ --name=readarr \ -e PUID=1000 \ -e PGID=1000 \ -e TZ=Africa/Johannesburg \ -p 8787:8787 \ -v /path/to/data:/config \ -v /path/to/books:/books `#optional` \ -v /path/to/downloadclient-downloads:/downloads `#optional` \ --restart unless-stopped \ lscr.io/linuxserver/readarr:develop
Posted : 10/10/2024 5:39 pm