Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
clusterzx committed Jan 6, 2025
2 parents d5b1e90 + 05ce74f commit 9ff7fac
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,9 @@ An automated document analyzer for Paperless-ngx using OpenAI API and Ollama (Mi

## Installation

### You can use Docker Pull for easy setup:
### You can use the easy way
```bash
docker pull clusterzx/paperless-ai
```
```bash
docker run -d -p 3000:3000 -v /data:/app/data clusterzx/paperless-ai
docker run -d --name paperless-ai --network bridge -v paperless-ai_data:/app/data -p 3000:3000 --restart unless-stopped clusterzx/paperless-ai
```

### Or you can do it manually by yourself:
Expand Down

0 comments on commit 9ff7fac

Please sign in to comment.