Files
2026-05-20 18:25:51 +02:00

184 B

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.