Explorar el Código

Update 'get_iplayer'

Laurie Summers hace 3 años
padre
commit
f162d7cdb6
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      get_iplayer

+ 3 - 1
get_iplayer

@@ -20,7 +20,7 @@ web		396p	704x396		50/25		1.7/0.9	Use --tv-lower-bitrate for lower bit rate
 mobile		288p	512x288		25		0.5	
 default	-		-			-		-		hd,sd,web,mobile
 
-
+For some reason need to add dns to the docker-compose.yml. May be something to do with pihole but when dns is okay then it works fine.
 
 docker-compose.yml
 version: "2.1"
@@ -40,4 +40,6 @@ services:
       - /home/pi/Videos:/downloads
     ports:
       - 1935:1935
+    dns:
+      - 1.1.1.1
     restart: unless-stopped