From c43ecb966ada997cd505bf7beb2e0a6b3a489b84 Mon Sep 17 00:00:00 2001 From: "Brian J. Tarricone" Date: Tue, 19 Sep 2023 23:37:49 -0700 Subject: [PATCH] Add docker release info to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cef4cd2..14fb085 100644 --- a/README.md +++ b/README.md @@ -58,3 +58,6 @@ logging verbosity. (Try `debug`, `info`, `warn` `error`, or `off`.) A `Dockerfile` is also provided. When running the container it builds, mount the configuration file so it appears inside the container as `/bebot/config/bebot.yaml`. + +Release images are [published to Docker +Hub](https://hub.docker.com/r/kelnos/bebot).