From 1c10f29b48d93e3a6e31cb6aa73546452714457a Mon Sep 17 00:00:00 2001 From: termite Date: Mon, 27 Jan 2025 16:18:07 -0800 Subject: [PATCH] Fixed README markdown --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9b9cf49..5b8291f 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ set the DISCORD_TOKEN environment variable to the bot token sample docker-compose +``` version: "3" services: chefle-bot: @@ -14,3 +15,4 @@ services: ports: - 443 - 80 +```