Advertisement
Guest User

docker-compose.yaml

a guest
Jan 17th, 2025
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. services:
  2. homeassistant:
  3. container_name: localhomeassistant
  4. image: "ghcr.io/home-assistant/home-assistant:stable"
  5. volumes:
  6. - ./config:/config
  7. restart: unless-stopped
  8. ports:
  9. - "8123:8123"
  10. privileged: true
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement