mirror of
				https://github.com/mxpv/podsync.git
				synced 2024-05-11 05:55:04 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			219 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			219 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
version: '2.2'
 | 
						|
 | 
						|
services:
 | 
						|
  podsync:
 | 
						|
    container_name: podsync
 | 
						|
    image: mxpv/podsync:latest
 | 
						|
    restart: always
 | 
						|
    ports:
 | 
						|
      - 80:80
 | 
						|
    volumes:
 | 
						|
      - ./data:/app/data/
 | 
						|
      - ./config.toml:/app/config.toml
 |