simplex-chat-docker/README.md

15 lines
459 B
Markdown
Raw Normal View History

2022-07-11 17:10:36 -04:00
# SimpleX SMP Server
Simple container for the SimpleX chat server
2022-07-11 17:11:16 -04:00
[Dockerhub Link](https://hub.docker.com/r/kizaing/simplex-chat)
2022-07-11 17:10:36 -04:00
## 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
2022-07-11 17:11:16 -04:00
` 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 `