mirror of
				https://github.com/Kizaing/simplex-chat-docker.git
				synced 2025-11-03 19:58:39 -05:00 
			
		
		
		
	Added readme
This commit is contained in:
		
							
								
								
									
										13
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										13
									
								
								README.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,13 @@
 | 
			
		||||
# SimpleX SMP Server
 | 
			
		||||
 | 
			
		||||
Simple container for the SimpleX chat server
 | 
			
		||||
(Dockerhub Link)[https://hub.docker.com/r/kizaing/simplex-chat]
 | 
			
		||||
 | 
			
		||||
## Running
 | 
			
		||||
If using a FQDN
 | 
			
		||||
 | 
			
		||||
` docker run -d --name simplex-chat -e UseIP=false -e FQDN=<FQDN> -p 5223:5223 -v ${PWD}/config:/etc/opt/simplex kizaing/simplex-chat:latest `
 | 
			
		||||
 | 
			
		||||
or if using ip
 | 
			
		||||
 | 
			
		||||
` docker run -d --name simplex-chat -e UseIP=true -e IP=<IP> -p 5223:5223 -v ${PWD}/config:/etc/opt/simplex kizaing/simplex-chat:latest `
 | 
			
		||||
		Reference in New Issue
	
	Block a user