13 lines
		
	
	
	
		
			283 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			283 B
		
	
	
	
		
			YAML
		
	
	
		
			Executable file
		
	
	
	
	
services:
 | 
						|
  heimdall:
 | 
						|
    image: lscr.io/linuxserver/heimdall
 | 
						|
    container_name: heimdall
 | 
						|
    environment:
 | 
						|
      - PUID=${PUID}
 | 
						|
      - PGID=${PGID}
 | 
						|
      - TZ=${TZ}
 | 
						|
    volumes:
 | 
						|
      - ${ROOT_INSTALL}/data/heimdall:/config
 | 
						|
    ports:
 | 
						|
      - "8016:80"
 | 
						|
    restart: unless-stopped
 |