mirror of https://github.com/status-im/codimd.git
chore: change image version to 2.1.0 in docker-compose example
Signed-off-by: Raccoon <raccoon@hackmd.io>
This commit is contained in:
parent
89a0de4205
commit
201c9bfa84
|
@ -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