mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-09 17:31:03 +01:00
add env_vars nobuild
This commit is contained in:
@@ -74,6 +74,7 @@ map:
|
||||
- config:rw
|
||||
name: Overseerr
|
||||
options:
|
||||
env_vars: []
|
||||
CONFIG_LOCATION: /config/addons_config/overseerr
|
||||
PGID: "0"
|
||||
PUID: "0"
|
||||
@@ -83,6 +84,9 @@ ports_description:
|
||||
5055/tcp: web interface
|
||||
privileged: []
|
||||
schema:
|
||||
env_vars:
|
||||
- name: match(^[A-Z0-9_]+$)
|
||||
value: str?
|
||||
CONFIG_LOCATION: str
|
||||
PGID: int
|
||||
PUID: int
|
||||
|
||||
Reference in New Issue
Block a user