From d6f8d9b73f3845babbd6d1ebda3951eafe149da5 Mon Sep 17 00:00:00 2001 From: "k.eaven" Date: Wed, 13 Aug 2025 18:10:36 -0700 Subject: [PATCH] Update docker-compose sample --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index ed7ffc7..3e18759 100644 --- a/README.md +++ b/README.md @@ -114,14 +114,14 @@ The system uses aiohttp for asynchronous HTTP requests and discord.py for Discor services: pterodisbot: build: . - environment: - # Remmove brackets and spaces in environment variables - # Ideally, use .env file to assign values to these instead - - DISCORD_TOKEN={Your Discord bot token} - - ALLOWED_GUILD_ID={The Discord server ID where the bot should operate} - - PANEL_URL={Your Pterodactyl panel URL (must include http:// or https://)} - - CLIENT_API_KEY={Pterodactyl client API key (starts with `ptlc_`)} - - APPLICATION_API_KEY={Pterodactyl application API key (starts with `ptla_`)} + environment: + # Remmove brackets and spaces in environment variables + # Ideally, use .env file to assign values to these instead + - DISCORD_TOKEN={Your Discord bot token} + - ALLOWED_GUILD_ID={The Discord server ID where the bot should operate} + - PANEL_URL={Your Pterodactyl panel URL (must include http:// or https://)} + - CLIENT_API_KEY={Pterodactyl client API key (starts with `ptlc_`)} + - APPLICATION_API_KEY={Pterodactyl application API key (starts with `ptla_`)} volumes: - bot_logs:/app/logs - bot_embed:/app/embed