Skip to content

Kizaing/simplex-chat-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 11, 2022
d6cd0a5 · Jul 11, 2022

History

3 Commits
Jul 11, 2022
Jul 11, 2022
Jul 11, 2022

Repository files navigation

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

About

Simple Dockerfile for simplex-chat

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published