--- services: qmx-fusion: image: sa6anw/qmx-fusion:latest container_name: qmx-fusion environment: - PUID=1000 - PGID=1000 - TZ=Etc/UTC - CHROME_CLI=--kiosk http://localhost # Uppdatera om du vill ändra startinställningar volumes: - /path/to/qmx-fusion/config:/config ports: - 3000:3000 - 3001:3001 shm_size: "1gb" restart: unless-stopped