|  | @@ -5,6 +5,7 @@ Builds distribution website for BepInEx and other distributions
 | 
	
		
			
				|  |  |  ## How to run
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  1. Rename `ftp.env.template` to `ftp.env` and specify the FTP credentials you want to use
 | 
	
		
			
				|  |  | +    * Note: Also specify `PUBLICHOST` which is the public IP address (or host address) that is used to connect to the FTP server. This is needed for passive mode to work.
 | 
	
		
			
				|  |  |      * **Optional:** Edit `docker-compose.yml` to set ports to the webapp and FTP servers
 | 
	
		
			
				|  |  |  2. Run `docker-compose build` to build the images
 | 
	
		
			
				|  |  |  3. Run `docker-compose up` to start
 |