Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,12 @@ curl -X POST http://localhost:8080/v1/update \

```bash
cd ~/.meticai
docker compose down
docker volume rm meticai-data # Optional: removes all data
docker compose down -v # -v removes all volumes and data
rm -rf ~/.meticai
```

**Note:** To verify volume names before removal, use `docker volume ls`

## 🌐 Optional: Remote Access with Tailscale

Access MeticAI from anywhere using Tailscale:
Expand Down