Added command for seeing output of the bot.

This commit is contained in:
Josh Creek
2019-11-08 22:06:48 +00:00
parent a7f3d12bce
commit a2389411f8
+6
View File
@@ -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`