Search found 1 match

by pa64
15 Dec 2024, 03:46
Forum: Docker
Topic: Error "operation not permitted" when creating container
Replies: 1
Views: 1143
Spain

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...

Go to advanced search