Fixed link

This commit is contained in:
Chris Plaatjes 2022-07-11 17:11:16 -04:00 committed by GitHub
parent c2448b9379
commit d6cd0a5cfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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 `