From 150d3dd3936d054ce7c07aa2deb488fcf47d3dbb Mon Sep 17 00:00:00 2001 From: Cesium Date: Sun, 16 Nov 2025 22:46:05 -0500 Subject: [PATCH] forgor --- docker-compose.yml.default | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml.default b/docker-compose.yml.default index 4a62a63..0a5edd5 100644 --- a/docker-compose.yml.default +++ b/docker-compose.yml.default @@ -2,5 +2,5 @@ services: bot: restart: unless-stopped build: . - environment: - - DISCORD_TOKEN=token go here \ No newline at end of file + volumes: + - ./config.json:/usr/src/bot/config.json \ No newline at end of file