You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

20 lines
533 B

version: "3"
services:
wahay:
build:
dockerfile: ./wahay/Dockerfile
context: .
args:
UID: ${UID:-1000}
GID: ${GID:-1000}
UNAME: ${UNAME:-mumble}
hostname: wahay
container_name: wahay
environment:
- DISPLAY=unix$DISPLAY
- PULSE_SERVER=unix:/run/user/${UID:-1000}/pulse/native
volumes:
- /tmp/.X11-unix:/tmp/.X11-unix:ro
- /run/user/${UID:-1000}/pulse:/run/user/${UID:-1000}/pulse
- ./wahay/pulseaudio.client.conf:/etc/pulse/client.conf:ro