Skip to content
Open
Show file tree
Hide file tree
Changes from 6 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion home_assistant/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: WebRTC/RTSP/RTMP/LL-HLS bridge for Wyze cams in a docker container
slug: docker_wyze_bridge
url: https://github.com/mrlt8/docker-wyze-bridge
image: mrlt8/wyze-bridge
version: 2.10.3
version: 3.0.6
stage: stable
arch:
- armv7
Expand All @@ -13,6 +13,7 @@ startup: application
boot: auto
apparmor: false
hassio_api: true
host_network: true
ports:
1935/tcp: 1935
8554/tcp: 8554
Expand Down
1 change: 1 addition & 0 deletions home_assistant/dev/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ startup: application
boot: auto
apparmor: false
hassio_api: true
host_network: true
ports:
1935/tcp: 1935
8554/tcp: 8554
Expand Down
1 change: 1 addition & 0 deletions home_assistant/edge/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ startup: application
boot: auto
apparmor: false
hassio_api: true
host_network: true
ports:
1935/tcp: 1935
8554/tcp: 8554
Expand Down
1 change: 1 addition & 0 deletions home_assistant/hw/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ startup: application
boot: auto
apparmor: false
hassio_api: true
host_network: true
ports:
1935/tcp: 1935
8554/tcp: 8554
Expand Down
1 change: 1 addition & 0 deletions home_assistant/previous/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ startup: application
boot: auto
apparmor: false
hassio_api: true
host_network: true
ports:
1935/tcp: 1935
8554/tcp: 8554
Expand Down
Loading