We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 89a0de4 + 201c9bf commit 54d1742Copy full SHA for 54d1742
deployments/docker-compose.yml
@@ -10,8 +10,11 @@ services:
10
- "database-data:/var/lib/postgresql/data"
11
restart: always
12
codimd:
13
- # you can use image or custom build below
14
- image: nabo.codimd.dev/hackmdio/hackmd:2.0.0
+ # you can use image or custom build below,
+ # if you need CJK character with exported PDF files,
15
+ # please change the image tag with `cjk` postfix version
16
+ image: nabo.codimd.dev/hackmdio/hackmd:2.1.0
17
+ # image: nabo.codimd.dev/hackmdio/hackmd:2.1.0-cjk
18
# build:
19
# context: ..
20
# dockerfile: ./deployments/Dockerfile
0 commit comments