Skip to content

Commit 44bd308

Browse files
committed
add blog post entry with new 3.3 release
1 parent 3c16a3e commit 44bd308

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

β€Ždocs/posts/09-release-3-3.md

+29
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
date: 2024-12-21
3+
tags:
4+
- community
5+
---
6+
7+
# Release 3.3
8+
9+
Release 3.3 is out πŸŽ‰ πŸŽ‰ πŸŽ‰!
10+
11+
Check latest [docker compose setup documentation](https://docs.papermerge.io/3.3/setup/docker-compose/#ocr-worker-s3),
12+
there are new sections which include setup examples with S3 Object storage.
13+
There is also an example with SOLR search setup.
14+
15+
To start very basic setup use following command:
16+
17+
```shell
18+
docker run -p 2025:80 \
19+
-e PAPERMERGE__SECURITY__SECRET_KEY=abc \
20+
-e PAPERMERGE__AUTH__PASSWORD=happy2025 \
21+
papermerge/papermerge:3.3
22+
```
23+
24+
* Username: `admin`
25+
* Password: `happy2025`
26+
* URL: `http://localhost:2025`
27+
28+
29+
Happy new year πŸŽ‰ πŸŽ‰ πŸŽ‰!

0 commit comments

Comments
Β (0)