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

10 lines
184 B
Markdown

# 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.