mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-29 22:36:50 +00:00

* Add privileged to docker commands * Apply suggestions from code review Co-authored-by: Franck Nijhof <git@frenck.dev> Co-authored-by: Franck Nijhof <git@frenck.dev>
385 B
385 B
version: '3'
services:
homeassistant:
container_name: homeassistant
image: "{{ include.image | default: site.installation.container.base }}:{{ include.tag | default: 'stable' }}"
volumes:
- /PATH_TO_YOUR_CONFIG:/config
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
privileged: true
network_mode: host