diff --git a/docs/meshchat_on_docker.md b/docs/meshchat_on_docker.md index 759b5a0..d82ddee 100644 --- a/docs/meshchat_on_docker.md +++ b/docs/meshchat_on_docker.md @@ -3,7 +3,7 @@ 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.