mirror of https://github.com/status-im/codimd.git
Merge pull request #1521 from hackmdio/chore/example-to-2.1.0
This commit is contained in:
commit
54d174278e
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue