fix invidious
This commit is contained in:
parent
5a0aad29c5
commit
eb543b933e
5 changed files with 16 additions and 7 deletions
|
@ -21,7 +21,9 @@ in
|
|||
ports = [
|
||||
"192.168.1.202:5380:5380"
|
||||
"192.168.1.202:53:53"
|
||||
"192.168.1.202:53:53/udp"
|
||||
"[fd00:192:168:1::202]:53:53"
|
||||
"[fd00:192:168:1::202]:53:53/udp"
|
||||
"[fd00:192:168:1::202]:5380:5380"
|
||||
];
|
||||
volumes = [ "config:/etc/dns" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue