simplex-chat-docker/README.md
Chris Plaatjes c2448b9379 Added readme
2022-07-11 17:10:36 -04:00

13 lines
457 B
Markdown

# 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 `