Code: Select all
services:
homeassistant:
container_name: homeassistant
image: "homeassistant/home-assistant"
environment:
- PUID=0
- PGID=0
- TZ=Europe/Madrid
volumes:
- homeassistant_config:/config
- /etc/localtime:/etc/localtime:ro
restart: unless-stopped
privileged: true
network_mode: host
ports:
- 8123:8123
Code: Select all
docker-compose up
[+] Running 0/1
⠸ Container homeassistant Creating 0.3s
Error response from daemon: open /Volume1/@apps/DockerEngine/DockerData/overlay2/345cce26d3a3aa525093c240c60362d7e1d6b97126540c83939ca846c7797904-init/merged/dev/console: operation not permitted

