Start wireguard client before homeassistant.
This commit is contained in:
parent
dc0edf6516
commit
76925d9ff1
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
---
|
||||
name: WireGuard Client
|
||||
version: 0.2.0
|
||||
version: 0.3.0
|
||||
slug: wireguard_client
|
||||
description: Fast, modern, secure Wireguard tunnel (client)
|
||||
url: https://github.com/bigmoby/addon-wireguard-client
|
||||
|
@ -11,6 +11,7 @@ arch:
|
|||
- armv7
|
||||
- i386
|
||||
apparmor: true
|
||||
startup: "services"
|
||||
host_network: true
|
||||
init: false
|
||||
ports:
|
||||
|
@ -53,4 +54,4 @@ schema:
|
|||
allowed_ips:
|
||||
- str
|
||||
persistent_keep_alive: int
|
||||
image: "bigmoby/{arch}-addon-wireguard-client"
|
||||
image: "bigmoby/{arch}-addon-wireguard-client"
|
||||
|
|
Loading…
Reference in a new issue