|  | @@ -9,15 +9,16 @@ services:
 | 
	
		
			
				|  |  |      image: docker.io/fphammerle/librespot
 | 
	
		
			
				|  |  |      group_add: [29] # stat --format='%g %n' /dev/snd/*
 | 
	
		
			
				|  |  |      command: librespot
 | 
	
		
			
				|  |  | -      --cache /var/cache/librespot
 | 
	
		
			
				|  |  |        --name librespot-docker-compose-test
 | 
	
		
			
				|  |  |        --device-type computer
 | 
	
		
			
				|  |  | -      --verbose
 | 
	
		
			
				|  |  | +      --cache /var/cache/librespot
 | 
	
		
			
				|  |  |        --backend alsa
 | 
	
		
			
				|  |  | -      --device surround21
 | 
	
		
			
				|  |  | +      --device surround21:CARD=PCH,DEV=0
 | 
	
		
			
				|  |  |        --enable-volume-normalisation
 | 
	
		
			
				|  |  |        --volume-ctrl linear
 | 
	
		
			
				|  |  |        --initial-volume 25
 | 
	
		
			
				|  |  | +      --autoplay
 | 
	
		
			
				|  |  | +      --verbose
 | 
	
		
			
				|  |  |      read_only: yes
 | 
	
		
			
				|  |  |      volumes:
 | 
	
		
			
				|  |  |      - type: volume
 |