docs: update procedure
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user