mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-24 16:26:04 +02:00
fix(ente): change DISABLE_WEB_UI default to false so web UI is accessible
This commit is contained in:
committed by
GitHub
parent
64f93521ab
commit
07320ae0ab
@@ -78,7 +78,7 @@ name: Ente
|
||||
options:
|
||||
env_vars: []
|
||||
DB_PASSWORD: ente
|
||||
DISABLE_WEB_UI: true
|
||||
DISABLE_WEB_UI: false
|
||||
ENTE_ENDPOINT_URL: http://homeassistant.local:8280
|
||||
MINIO_DATA_LOCATION: /config/minio-data
|
||||
MINIO_ROOT_PASSWORD: minioadmin
|
||||
|
||||
Reference in New Issue
Block a user