From a966e8af05258036cfc98ff225304a2feb64da8f Mon Sep 17 00:00:00 2001 From: a Date: Mon, 21 Oct 2024 21:48:26 +0000 Subject: [PATCH] Fix: mount a directory to write logs to --- docker-compose.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index 40809e2..972a265 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,4 +11,5 @@ services: volumes: - ./app.py:/umi/app.py - ./cogs:/umi/cogs - - ./sounds:/umi/sounds \ No newline at end of file + - ./sounds:/umi/sounds + - ./logs:/umi/.logs \ No newline at end of file