bundles/jellyfin: fix firewall defaults
This commit is contained in:
parent
52c093427f
commit
60a0737187
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ def firewall(metadata):
|
||||||
return {
|
return {
|
||||||
'firewall': {
|
'firewall': {
|
||||||
'port_rules': {
|
'port_rules': {
|
||||||
'8096/tcp': atomic(metadata.get('jellyfin/restrict-to', {'*'})),
|
'8096/tcp': atomic(metadata.get('jellyfin/restrict-to', set())),
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue