#I have read this https://www.home-
1 messages · Page 1 of 1 (latest)
looks good to me
services:
homeassistant:
container_name: homeassistant
image: homeassistant/home-assistant:latest
volumes:
- /home/user/dockerdata/homeassistant/data:/config
- /etc/localtime:/etc/localtime:ro
- /run/dbus:/run/dbus:ro
restart: unless-stopped
privileged: true
network_mode: host
#ports:
# - "8123:8123"
# - "80:80"
volumes:
homeassistantdata:
oh.
it looks like localtime matters
i didnt set up the time and location because i wasnt planing on using it but it looks like that fixed it.