|
|
@@ -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
|