|  | @@ -10,10 +10,12 @@ Building:
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  Running:
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -    docker run -p 3000:3000 -p 9000:9000 \
 | 
	
		
			
				|  |  | +    docker run \
 | 
	
		
			
				|  |  | +    -p 3000:3000 -e "HTTPPORT=3000" \
 | 
	
		
			
				|  |  | +    -p 9000:9000 -e "PEERJSPORT=9000" \
 | 
	
		
			
				|  |  |      --name=sendd \
 | 
	
		
			
				|  |  |      -e "HOST=`curl ipv4.icanhazip.com`" \
 | 
	
		
			
				|  |  |      -d \
 | 
	
		
			
				|  |  |      sendd-docker
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  | -Connect to the server (by default) at port 3000. Port 9000 must also be open for the peer server to communicate with clients.
 | 
	
		
			
				|  |  | +Connect to the server at HTTPPORT (default port 3000). PEERJSPORT (port 9000) must also be open for the peer server to communicate with clients.
 |