Skip to content

Commit 9075ad1

Browse files
authored
Merge pull request #1855 from hackmdio/chore/bump-docker-compose-image-version
chore: update docker-compose default image version to 2.5.3
2 parents d157fde + c4bdf48 commit 9075ad1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

deployments/docker-compose.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ services:
1111
restart: always
1212
codimd:
1313
# 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
14+
image: nabo.codimd.dev/hackmdio/hackmd:2.5.3
1815
# build:
1916
# context: ..
2017
# dockerfile: ./deployments/Dockerfile

0 commit comments

Comments
 (0)