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.
1 parent 802d664 commit c4bdf48Copy full SHA for c4bdf48
deployments/docker-compose.yml
@@ -11,10 +11,7 @@ services:
11
restart: always
12
codimd:
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
+ image: nabo.codimd.dev/hackmdio/hackmd:2.5.3
18
# build:
19
# context: ..
20
# dockerfile: ./deployments/Dockerfile
0 commit comments