From 1e7dbee5e8d97d19280afeb74c8f2f08917f0885 Mon Sep 17 00:00:00 2001 From: Professional Date: Sun, 23 Mar 2025 00:44:18 +0700 Subject: [PATCH] =?UTF-8?q?=D1=82=D0=B5=D1=81=D1=82=20=D1=81=D0=B5=D0=B9?= =?UTF-8?q?=D0=B2=D0=B0=20=D0=B1=D0=B4=20=D0=BE=D1=82=20=D0=BF=D0=B5=D1=80?= =?UTF-8?q?=D0=B5=D1=81=D0=BE=D0=B7=D0=B4=D0=B0=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker-compose.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 9ef6ebd..cfaea63 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,6 +8,17 @@ services: - "8081:80" working_dir: /app command: ["dotnet", "ТГ бот.dll"] + volumes: + - bot_data:/app/bot.bd + +volumes: + bot_data: + driver: local + driver_opts: + type: none + device: ${PWD}/data/bot.bd + o: bind +