docker-nero-gitlab/docker-compose.yml
2021-12-04 01:19:46 +01:00

18 lines
372 B
YAML

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