fix case in docker command

This commit is contained in:
Tom Mairs
2023-06-01 19:42:55 +00:00
parent e8a049cc83
commit ba2661e70c
+1 -1
View File
@@ -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