chore: change image version to 2.1.0 in docker-compose example

Signed-off-by: Raccoon <raccoon@hackmd.io>
This commit is contained in:
Raccoon 2020-05-19 02:13:39 +08:00
parent 89a0de4205
commit 201c9bfa84
No known key found for this signature in database
GPG Key ID: 06770355DC9ECD38
1 changed files with 5 additions and 2 deletions

View File

@ -10,8 +10,11 @@ services:
- "database-data:/var/lib/postgresql/data"
restart: always
codimd:
# you can use image or custom build below
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,
# please change the image tag with `cjk` postfix version
image: nabo.codimd.dev/hackmdio/hackmd:2.1.0
# image: nabo.codimd.dev/hackmdio/hackmd:2.1.0-cjk
# build:
# context: ..
# dockerfile: ./deployments/Dockerfile