mirror of
https://github.com/casjaysdevdocker/ympd
synced 2025-01-18 12:34:37 -05:00
10 lines
260 B
Plaintext
10 lines
260 B
Plaintext
|
# Connect to the host's server using the mounted UNIX socket
|
||
|
default-server = unix:/run/user/REPLACE_UUID/pulse/native
|
||
|
|
||
|
# Prevent a server running in the container
|
||
|
autospawn = no
|
||
|
daemon-binary = /bin/true
|
||
|
|
||
|
# Prevent the use of shared memory
|
||
|
enable-shm = false
|