Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- services:
- homeassistant:
- container_name: localhomeassistant
- image: "ghcr.io/home-assistant/home-assistant:stable"
- volumes:
- - ./config:/config
- restart: unless-stopped
- ports:
- - "8123:8123"
- privileged: true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement