Update reset instructions

This commit is contained in:
Henrik Hüttemann 2023-06-12 15:28:59 +02:00
parent 997ebf3ebb
commit f4891fdc83
No known key found for this signature in database
GPG Key ID: 9F7BD10E0A8A111E

View File

@ -47,9 +47,10 @@ Copy over `.env.example` to `.env` and insert your values.
## Cleaning Up ## Cleaning Up
To clean up the Synapse server and local storage database, run (while the containers are stopped) To clean up the Synapse server and local storage database, run
```shell ```shell
docker-compose down
sudo rm files/homeserver.db sudo rm files/homeserver.db
rm db.sqlite rm db.sqlite
``` ```