Skip to content

Commit

Permalink
add blog post entry with new 3.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ciur committed Dec 21, 2024
1 parent 3c16a3e commit 44bd308
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions docs/posts/09-release-3-3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
date: 2024-12-21
tags:
- community
---

# Release 3.3

Release 3.3 is out πŸŽ‰ πŸŽ‰ πŸŽ‰!

Check latest [docker compose setup documentation](https://docs.papermerge.io/3.3/setup/docker-compose/#ocr-worker-s3),
there are new sections which include setup examples with S3 Object storage.
There is also an example with SOLR search setup.

To start very basic setup use following command:

```shell
docker run -p 2025:80 \
-e PAPERMERGE__SECURITY__SECRET_KEY=abc \
-e PAPERMERGE__AUTH__PASSWORD=happy2025 \
papermerge/papermerge:3.3
```

* Username: `admin`
* Password: `happy2025`
* URL: `http://localhost:2025`


Happy new year πŸŽ‰ πŸŽ‰ πŸŽ‰!

0 comments on commit 44bd308

Please sign in to comment.