version: '3' services: nero: build: . image: nero container_name: nero hostname: nero restart: always volumes: - /etc/localtime:/etc/localtime:ro - /tmp/.X11-unix:/tmp/.X11-unix - /dev/snd:/dev/snd - /dev/sr0:/dev/sr0 - ${HOME}/temp:/home/user/temp environment: - DISPLAY=unix$DISPLAY privileged: true