From db35be9517c076c6c63d54990cbbf94ffeb4acd1 Mon Sep 17 00:00:00 2001 From: Kato Twofold Date: Sat, 21 Aug 2021 17:52:06 +0300 Subject: [PATCH] + Added docker support to the to-do list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1d0435c..6fc3147 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ This supports mailing for logging what is happening to the databases, future pla - [ ] Email the log through email - [ ] Discord WebHook - [ ] Telegram Hook +- [ ] Docker Support ### How to Use 1. Setup the configuration file which is [This file](./config.example.json) and rename it into `config.json` instead of `config.example.json`.