From f09dd90f8fb606aa86c0803544093183c93c1257 Mon Sep 17 00:00:00 2001 From: Cynthia Foxwell Date: Sun, 31 Aug 2025 01:08:07 -0600 Subject: [PATCH] bind database so it isnt frozen anymore lol lmao --- compose.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compose.yaml b/compose.yaml index de57d9d..3e77a62 100644 --- a/compose.yaml +++ b/compose.yaml @@ -8,6 +8,8 @@ services: - "discord.com:2606:4700:7::a29f:89ea" - "canary.discord.com:2606:4700:7::a29f:89ea" - "gateway.discord.gg:2606:4700:7::a29f:89ea" + volumes: + - "./database.db:/app/database.db" networks: default: