website: add group link page

This commit is contained in:
Evgeny Poberezkin
2024-03-07 15:40:06 +00:00
parent 8d72757f62
commit 9ff11f886e
3 changed files with 26 additions and 18 deletions
+1 -1
View File
@@ -448,7 +448,7 @@ To update your XFTP server to latest version, choose your installation method an
- [Docker container](https://github.com/simplex-chat/simplexmq#using-docker)
1. Stop and remove the container:
```sh
docker rm $(docker stop $(docker ps -a -q --filter ancestor=simplexchat/xftp-server --format="{{.ID}}"))
docker rm $(docker stop $(docker ps -a -q --filter ancestor=simplexchat/xftp-server --format="\{\{.ID\}\}"))
```
2. Pull latest image:
```sh