From ba2661e70cc3450737148050fea1d2190a1aff7c Mon Sep 17 00:00:00 2001 From: Tom Mairs Date: Thu, 1 Jun 2023 19:42:55 +0000 Subject: [PATCH] fix case in docker command --- docs/userguide/installation/docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide/installation/docker.md b/docs/userguide/installation/docker.md index 4357b610..c3e965dc 100644 --- a/docs/userguide/installation/docker.md +++ b/docs/userguide/installation/docker.md @@ -49,7 +49,7 @@ and tell it to use it. The default location for this is `/opt/kumomta/etc/polic $ sudo docker run --rm -p 2025:25 \ -v .:/opt/kumomta/etc/policy \ --name kumo-sink \ - ghcr.io/KumoCorp/kumomta:main + ghcr.io/kumocorp/kumomta:main ``` ## Building your own KumoMTA container image