forked from Doma/docker-mopidy
10 lines
251 B
Plaintext
10 lines
251 B
Plaintext
# Connect to the host's server using the mounted UNIX socket
|
|
default-server = unix:/run/user/105/pulse/native
|
|
|
|
# Prevent a server running in the container
|
|
autospawn = no
|
|
daemon-binary = /bin/true
|
|
|
|
# Prevent the use of shared memory
|
|
enable-shm = false
|