From e1cc1365205a85a6a19b72890c31ede181cf2995 Mon Sep 17 00:00:00 2001 From: Cesium Date: Tue, 11 Nov 2025 20:44:56 -0500 Subject: [PATCH] this is helpful --- docker-compose.yml.default | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml.default b/docker-compose.yml.default index 82ffcf1..4c048ed 100644 --- a/docker-compose.yml.default +++ b/docker-compose.yml.default @@ -4,4 +4,5 @@ services: build: . volumes: - ./config.json:/usr/src/bot/config.json - - ./state.json:/usr/src/bot/state.json \ No newline at end of file + - ./state.json:/usr/src/bot/state.json + - ./cache.json:/usr/src/bot/cache.json \ No newline at end of file