mirror of
https://github.com/joBr99/nspanel-lovelace-ui.git
synced 2025-12-19 22:24:15 +01:00
Improve and fix docker appdaemon (#848)
* Improve and fix docker appdaemon - Hardcode the 4.2.3 tag version meanwhile latest version (4.4.0) is stable and working with nspanel (https://github.com/joBr99/nspanel-lovelace-ui/issues/847) - Add Dashboard url for the webui of appdaemon on default appdaemon port 5050 - Add Timezone like in HA * fix
This commit is contained in:
@@ -34,7 +34,7 @@ services:
|
||||
|
||||
appdaemon:
|
||||
container_name: appdaemon
|
||||
image: acockburn/appdaemon:latest
|
||||
image: acockburn/appdaemon:4.2.3
|
||||
environment:
|
||||
- HA_URL=http://your-homeassistant-url:8123
|
||||
- TOKEN="xxxxxx"
|
||||
|
||||
Reference in New Issue
Block a user