We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c16a3e commit 44bd308Copy full SHA for 44bd308
βdocs/posts/09-release-3-3.md
@@ -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