From 71cdad544e33067a255ac749bbf6a7a7f08895bf Mon Sep 17 00:00:00 2001 From: Professional Date: Sun, 23 Mar 2025 01:01:04 +0700 Subject: [PATCH] =?UTF-8?q?=D0=B0=D0=B2=D1=8B=D0=BF=D0=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index a0315bf..e10b027 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,6 +10,8 @@ services: command: ["dotnet", "ТГ бот.dll"] volumes: - ./bot.bd:/app/bot.bd + environment: + - DATABASE_PATH=/app/data/bot.db volumes: bot_data: