mirror of
				https://github.com/louislam/uptime-kuma.git
				synced 2025-11-04 21:56:12 +08:00 
			
		
		
		
	add some comments and remove traefik-network from docker-composer.yml
This commit is contained in:
		@@ -1,3 +1,6 @@
 | 
				
			|||||||
 | 
					# Simple docker-composer.yml
 | 
				
			||||||
 | 
					# You can change your port or volume location
 | 
				
			||||||
 | 
					
 | 
				
			||||||
version: '3.3'
 | 
					version: '3.3'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
services:
 | 
					services:
 | 
				
			||||||
@@ -8,5 +11,3 @@ services:
 | 
				
			|||||||
      - ./uptime-kuma:/app/data
 | 
					      - ./uptime-kuma:/app/data
 | 
				
			||||||
    ports:
 | 
					    ports:
 | 
				
			||||||
      - 3001:3001
 | 
					      - 3001:3001
 | 
				
			||||||
    networks:
 | 
					 | 
				
			||||||
      - traefik-network
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user