| 
									
										
										
										
											2025-03-13 23:26:58 +08:00
										 |  |  | services:
 | 
					
						
							|  |  |  |   clash:
 | 
					
						
							| 
									
										
										
										
											2025-03-19 15:53:12 +08:00
										 |  |  |     image: registry.cn-hangzhou.aliyuncs.com/37/clash:latest
 | 
					
						
							| 
									
										
										
										
											2025-03-13 23:26:58 +08:00
										 |  |  |     container_name: clash
 | 
					
						
							| 
									
										
										
										
											2025-03-19 15:53:12 +08:00
										 |  |  |     restart: always
 | 
					
						
							|  |  |  |     network_mode: bridge
 | 
					
						
							| 
									
										
										
										
											2025-03-13 23:26:58 +08:00
										 |  |  |     ports:
 | 
					
						
							|  |  |  |       - "7890:7890/tcp"
 | 
					
						
							|  |  |  |       - "7890:7890/udp"
 | 
					
						
							|  |  |  |       - "9090:9090"
 | 
					
						
							| 
									
										
										
										
											2025-03-19 15:53:12 +08:00
										 |  |  |     volumes:
 | 
					
						
							| 
									
										
										
										
											2025-03-25 16:59:15 +08:00
										 |  |  |       - ./data/config.yaml:/root/.config/clash/config.yaml
 |