docker-nero-gitlab/docker-compose.yml

18 lines
372 B
YAML
Raw Permalink Normal View History

2021-12-04 00:19:46 +00:00
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