Skip to content

Commit 80315fb

Browse files
committed
tvheadend: fix dvb
1 parent d557280 commit 80315fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ix-dev/community/tvheadend/app.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ sources:
4040
- https://hub.docker.com/r/linuxserver/tvheadend
4141
title: TVHeadend
4242
train: community
43-
version: 1.0.1
43+
version: 1.0.2

ix-dev/community/tvheadend/templates/docker-compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{% do c1.add_caps(["CHOWN", "FOWNER", "DAC_OVERRIDE", "SETUID", "SETGID"]) %}
88

99
{% if values.tvheadend.dvb_support %}
10-
{% do c1.add_storage("/dev/dvb", {"type": "host_path", "read_only": false, "host_path_config": {"path": "/dev/dvb"}}) %}
10+
{% do c1.devices.add_device("/dev/dvb", "/dev/dvb") %}
1111
{% endif %}
1212

1313
{% do c1.environment.add_user_envs(values.tvheadend.additional_envs) %}

0 commit comments

Comments
 (0)