mirror of
https://github.com/Kizaing/simplex-chat-docker.git
synced 2024-11-21 15:35:29 -05:00
459 B
459 B
SimpleX SMP Server
Simple container for the SimpleX chat server
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