mirror of
https://github.com/Kizaing/simplex-chat-docker.git
synced 2024-11-21 07:25:29 -05:00
Fixed link
This commit is contained in:
parent
c2448b9379
commit
d6cd0a5cfb
@ -1,7 +1,8 @@
|
||||
# SimpleX SMP Server
|
||||
|
||||
Simple container for the SimpleX chat server
|
||||
(Dockerhub Link)[https://hub.docker.com/r/kizaing/simplex-chat]
|
||||
|
||||
[Dockerhub Link](https://hub.docker.com/r/kizaing/simplex-chat)
|
||||
|
||||
## Running
|
||||
If using a FQDN
|
||||
@ -10,4 +11,4 @@ If using a FQDN
|
||||
|
||||
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 `
|
||||
` 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 `
|
||||
|
Loading…
Reference in New Issue
Block a user