From 36bfe4c390e276cd073a2a5f95160326e3696563 Mon Sep 17 00:00:00 2001 From: a Date: Mon, 21 Oct 2024 22:22:16 +0000 Subject: [PATCH] Add: mount cookies.txt inside docker image --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 972a265..800035b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -12,4 +12,5 @@ services: - ./app.py:/umi/app.py - ./cogs:/umi/cogs - ./sounds:/umi/sounds - - ./logs:/umi/.logs \ No newline at end of file + - ./logs:/umi/.logs + - ./cookies.txt:/umi/cookies.txt \ No newline at end of file