docs: update procedure

This commit is contained in:
2026-05-20 18:25:51 +02:00
parent da52da09e0
commit 39944f01a8
+9
View File
@@ -0,0 +1,9 @@
# Updating the Bot
Pull latest code and rebuild:
docker compose down
git pull
docker compose up -d --build
The SQLite database in `./data/` is preserved across updates.