mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-04 13:46:13 +08:00 
			
		
		
		
	Create docker-compose.yml
This commit is contained in:
		
							
								
								
									
										12
									
								
								docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										12
									
								
								docker-compose.yml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,12 @@
 | 
			
		||||
version: '3.3'
 | 
			
		||||
 | 
			
		||||
services:
 | 
			
		||||
  uptime-kuma:
 | 
			
		||||
    image: louislam/uptime-kuma
 | 
			
		||||
    container_name: uptime-kuma
 | 
			
		||||
    volumes:
 | 
			
		||||
      - ./uptime-kuma:/app/data
 | 
			
		||||
    ports:
 | 
			
		||||
      - 3001:3001
 | 
			
		||||
    networks:
 | 
			
		||||
      - traefik-network
 | 
			
		||||
		Reference in New Issue
	
	Block a user