Search found 1 match
- 15 Dec 2024, 03:46
- Forum: Docker
- Topic: Error "operation not permitted" when creating container
- Replies: 1
- Views: 1143

Error "operation not permitted" when creating container
File: docker-compose.yaml 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 netwo...