From 05ca36ada8ea16ed2189c379f0a28d21ed955d8e Mon Sep 17 00:00:00 2001 From: termite Date: Mon, 27 Jan 2025 16:13:29 -0800 Subject: [PATCH] made the readme better for whomping whales eyes --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 1930ac2..9b9cf49 100644 --- a/README.md +++ b/README.md @@ -1 +1,16 @@ To use the docker container, just use it, ports 443 and 80 for discord api, that simple + +set the DISCORD_TOKEN environment variable to the bot token + +sample docker-compose + +version: "3" +services: + chefle-bot: + build: https://git.mudf.lat/ObeseTermite/chefle-bot.git + environment: + - DISCORD_TOKEN=[your_token here] + image: chefle-bot + ports: + - 443 + - 80