move docker docs to its own docs file

This commit is contained in:
liamcottle 2024-12-28 23:25:39 +13:00
commit 9a123d6fe8
2 changed files with 12 additions and 13 deletions

View file

@ -0,0 +1,11 @@
# MeshChat on Docker
A docker image is automatically built by GitHub actions, and can be downloaded from the GitHub container registry.
```
docker pull ghcr.io/liamcottle/reticulum-meshchat:master
```
Additionally, an example [docker-compose.yml](../docker-compose.yml) is available.
The example automatically generates a new reticulum config file in the `meshchat-config` volume. The MeshChat database is also stored in this volume.