Skip to content

Commit 54d1742

Browse files
authored
Merge pull request #1521 from hackmdio/chore/example-to-2.1.0
2 parents 89a0de4 + 201c9bf commit 54d1742

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

deployments/docker-compose.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ services:
1010
- "database-data:/var/lib/postgresql/data"
1111
restart: always
1212
codimd:
13-
# you can use image or custom build below
14-
image: nabo.codimd.dev/hackmdio/hackmd:2.0.0
13+
# you can use image or custom build below,
14+
# 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
1518
# build:
1619
# context: ..
1720
# dockerfile: ./deployments/Dockerfile

0 commit comments

Comments
 (0)