From a2389411f8f88e9d318376a01ccef1f3429d6c04 Mon Sep 17 00:00:00 2001 From: Josh Creek Date: Fri, 8 Nov 2019 22:06:48 +0000 Subject: [PATCH] Added command for seeing output of the bot. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9b50fde..1c86bc7 100644 --- a/README.md +++ b/README.md @@ -37,3 +37,9 @@ Then add the below line to it: `*/10 * * * * docker stop welcome-bot && docker start welcome-bot` This will run the service every ten minutes. To change this use [Crontab Guru](https://crontab.guru) + +### View logs from inside the container + +Run the below command to see the output of the bot. + +`docker container logs -f welcome-bot`