Skip to content

Commit

Permalink
Fixed link
Browse files Browse the repository at this point in the history
  • Loading branch information
Kizaing authored Jul 11, 2022
1 parent c2448b9 commit d6cd0a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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 `

0 comments on commit d6cd0a5

Please sign in to comment.