mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
11 lines
249 B
YAML
11 lines
249 B
YAML
version: "3"
|
|
|
|
services:
|
|
spotube:
|
|
build: .
|
|
volumes:
|
|
- /tmp/.X11-unix:/tmp/.X11-unix
|
|
environment:
|
|
# run `$ xhost local:root` in the host machine to get it work
|
|
- DISPLAY=${DISPLAY}
|
|
network_mode: host |