Add Docker uninstall script

This commit is contained in:
cyph3rasi
2026-03-07 17:16:25 -08:00
parent afa732503c
commit 0a54a3229a
3 changed files with 128 additions and 0 deletions
+5
View File
@@ -30,6 +30,11 @@ Database migrations run automatically on startup and during updates.
docker compose pull && docker compose up -d
```
**Full uninstall:**
```bash
curl -fsSL https://synapsis.social/uninstall.sh | bash
```
For detailed Docker setup, see [docker/README.md](docker/README.md).
---