Merge pull request #33 from g7ufo/patch-1

Docker: Very minor documentation update
This commit is contained in:
Liam Cottle
2024-12-29 18:14:32 +13:00
committed by GitHub

View File

@@ -3,7 +3,7 @@
A docker image is automatically built by GitHub actions, and can be downloaded from the GitHub container registry. 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 docker pull ghcr.io/liamcottle/reticulum-meshchat:latest
``` ```
Additionally, an example [docker-compose.yml](../docker-compose.yml) is available. Additionally, an example [docker-compose.yml](../docker-compose.yml) is available.