Sonarr Docker: Difference between revisions

From Jan's Wiki
Jump to navigation Jump to search
(Created page with " docker create \ --name sonarr \ --ip 172.16.0.31 --network publicnet \ -p 8989:8989 \ -e PUID=101 -e PGID=44 \ -e TZ=Europe/Berlin \ -v /etc/localti...")
 
No edit summary
Line 4: Line 4:
     -p 8989:8989 \
     -p 8989:8989 \
     -e PUID=101 -e PGID=44 \
     -e PUID=101 -e PGID=44 \
     -e TZ=Europe/Berlin \  
     -e TZ=Europe/Berlin \
     -v /etc/localtime:/etc/localtime:ro \
     -v /etc/localtime:/etc/localtime:ro \
     -v /var/sonarr:/config \
     -v /var/sonarr:/config \

Revision as of 10:38, 4 November 2017

 docker create \
   --name sonarr \
   --ip 172.16.0.31 --network publicnet \
   -p 8989:8989 \
   -e PUID=101 -e PGID=44 \
   -e TZ=Europe/Berlin \
   -v /etc/localtime:/etc/localtime:ro \
   -v /var/sonarr:/config \
   -v /home/riechers/Documents/Videos/Series:/tv \
   -v /home/riechers/Downloads/complete/Series:/downloads \
   linuxserver/sonarr