Sign inSign up

kizaing/simplex-chat

By kizaing

Updated about 4 years ago

Simple container for the SimpleX chat server

Image
1

545

kizaing/simplex-chat repository overview

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

Tag summary

Content type

Image

Digest

sha256:a48b447ea

Size

35.4 MB

Last updated

about 4 years ago

docker pull kizaing/simplex-chat