Fix Docker access issue - version 1.0.4
This commit is contained in:
parent
e4d2b85013
commit
de355f1ced
3 changed files with 7 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
|||
name: "Newt Add-on"
|
||||
version: "1.0.3"
|
||||
version: "1.0.4"
|
||||
slug: "newt"
|
||||
description: "Runs the Newt container inside Home Assistant"
|
||||
arch:
|
||||
|
@ -11,8 +11,9 @@ startup: system
|
|||
boot: auto
|
||||
host_network: true
|
||||
privileged:
|
||||
- NET_ADMIN
|
||||
- SYS_ADMIN
|
||||
- NET_ADMIN
|
||||
- DAC_READ_SEARCH
|
||||
options:
|
||||
PANGOLIN_ENDPOINT: "https://example.com"
|
||||
NEWT_ID: "your_newt_id"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue