Merge pull request #1521 from hackmdio/chore/example-to-2.1.0

This commit is contained in:
Max Wu 2020-05-25 22:09:46 +08:00 committed by GitHub
commit 54d174278e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

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