mirror of
				https://github.com/SuperBFG7/ympd
				synced 2025-10-31 13:53:00 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			30 lines
		
	
	
		
			476 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
		
			476 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| version: '3'
 | |
| 
 | |
| services:
 | |
|   mympd:
 | |
|     container_name: mympd
 | |
| #    environment:
 | |
| #      MPD_HOST: 192.168.1.1
 | |
| #      MPD_PORT: 6600
 | |
| #      WEBSERVER_SSL: true
 | |
| #      MYMPD_LOGLEVEL: 2
 | |
| #    image: mympd:latest
 | |
|     build: $MYMPD_BUILD_PATH    
 | |
|     networks:
 | |
|       - mympd
 | |
|     ports:
 | |
|       - "40000:80"
 | |
|       - "40001:443"
 | |
|     restart: always
 | |
|     volumes:
 | |
|       - /path/to/music/:/usr/share/mympd/htdocs/library/:ro
 | |
|       - mympd:/etc/mympd/
 | |
| 
 | |
| networks:
 | |
| 
 | |
|   mympd:
 | |
| 
 | |
| volumes:
 | |
| 
 | |
|   mympd:
 | 
