Advertisement
doveman71

ha dc

Dec 1st, 2023
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. version: '3'
  2. services:
  3. homeassistant:
  4. container_name: homeassistant
  5. image: "homeassistant/home-assistant:2023.11"
  6. user: 1000:1000
  7. volumes:
  8. - /home/main/docker/appdata/HomeAssistant:/config
  9. - /etc/localtime:/etc/localtime:ro
  10. restart: unless-stopped
  11. privileged: true
  12. network_mode: host
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement