Files
reticulum-meshchatX/docs/meshchat_on_docker.md
Neil 4d54eb1532 Update meshchat_on_docker.md
Use the `latest` tag which is always moved with the latest build. The `master` tag used for the initial build is a fallback because it wasn't a tag. In the future when a release is created the image will share the release version (and `latest`).
2024-12-28 15:15:41 +00:00

12 lines
438 B
Markdown

# 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:latest
```
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.