14 lines
		
	
	
		
			322 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			322 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
| version: "3.7"
 | |
| services:
 | |
|   homarr:
 | |
|     container_name: homarr
 | |
|     image: ghcr.io/ajnart/homarr:0.9.2
 | |
|     restart: unless-stopped
 | |
|     volumes:
 | |
|       - ${APP_DATA_DIR}/data/config:/app/data/configs
 | |
|       - /var/run/docker.sock:/var/run/docker.sock
 | |
|     ports:
 | |
|       - ${APP_PORT}:7575
 | |
|     networks:
 | |
|       - tipi_main_network
 | 
