This commit is contained in:
Professional 2025-03-23 00:47:15 +07:00
parent a257a7a773
commit c0e362beae

View File

@ -9,15 +9,10 @@ services:
working_dir: /app working_dir: /app
command: ["dotnet", "ТГ бот.dll"] command: ["dotnet", "ТГ бот.dll"]
volumes: volumes:
- bot_data:/app/bot.bd - ./bot.bd:/app/bot.bd
volumes: volumes:
bot_data: bot_data:
driver: local
driver_opts:
type: none
device: ${PWD}/bot.bd
o: bind