mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-27 23:46:33 +01:00
14 lines
241 B
YAML
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
|