 Louis Lam
					
					4 years ago
						Louis Lam
					
					4 years ago
					
						
							committed by
							
								 GitHub
								GitHub
							
						 
					
				 
				
			 
		 
		
			
				
					
					No known key found for this signature in database
					
						
							GPG Key ID: 4AEE18F83AFDEB23
						
					
				
			
		
		
		
	
		
			
				 1 changed files with 
3 additions and 
1 deletions
			 
			
		 
		
			
				- 
					
					
					 
					README.md
				
				
				
					
						
							
								
									
	
		
			
				
					|  |  | @ -37,10 +37,12 @@ Change Port and Volume | 
			
		
	
		
			
				
					|  |  |  | docker run -d --restart=always -p <YOUR_PORT>:3001 -v <YOUR_DIR OR VOLUME>:/app/data --name uptime-kuma louislam/uptime-kuma:1 | 
			
		
	
		
			
				
					|  |  |  | ``` | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | ### Without Docker | 
			
		
	
		
			
				
					|  |  |  | ### Without Docker (x86/x64 only) | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | Required Tools: Node.js >= 14, git and pm2. | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | (**Not recommanded for ARM CPU users.** Since there is no prebuilt for node-sqlite3, it is hard to get it running) | 
			
		
	
		
			
				
					|  |  |  | 
 | 
			
		
	
		
			
				
					|  |  |  | ```bash | 
			
		
	
		
			
				
					|  |  |  | git clone https://github.com/louislam/uptime-kuma.git | 
			
		
	
		
			
				
					|  |  |  | cd uptime-kuma | 
			
		
	
	
		
			
				
					|  |  | 
 |