From 299a18cb0dfdf2efa5c5a75daf70b4fbc548f982 Mon Sep 17 00:00:00 2001 From: a Date: Tue, 22 Oct 2024 13:19:34 +0000 Subject: [PATCH] Add: mount cache and .netrc --- docker-compose.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 800035b..91a4e87 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -13,4 +13,6 @@ services: - ./cogs:/umi/cogs - ./sounds:/umi/sounds - ./logs:/umi/.logs - - ./cookies.txt:/umi/cookies.txt \ No newline at end of file + - ./cookies.txt:/umi/cookies.txt + - ./.netrc:/root/.netrc + - ./cache:/umi/cache \ No newline at end of file