2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-27 23:46:33 +01:00
Files
dockerfiles_vimagick/wine/docker-compose.yml
kev 033e1349d6 add wine
beta
2015-08-14 12:59:16 +08:00

14 lines
241 B
YAML

wine:
build: .
command: wine SpotifySetup.exe
user: wine
volumes:
- .:/home/wine
- /etc/localtime:/etc/localtime:ro
- /tmp/.X11-unix:/tmp/.X11-unix
environment:
- DISPLAY=:0
devices:
- /dev/snd
- /dev/dri