Simple Dockerfile for simplex-chat
Go to file
Chris Plaatjes d6cd0a5cfb
Fixed link
2022-07-11 17:11:16 -04:00
Dockerfile Initial commit 2022-07-11 17:07:23 -04:00
README.md Fixed link 2022-07-11 17:11:16 -04:00
entrypoint.sh Initial commit 2022-07-11 17:07:23 -04:00

README.md

SimpleX SMP Server

Simple container for the SimpleX chat server

Dockerhub Link

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