CodiMD by HackMD in a container ready to deploy
Go to file
2020-03-24 22:43:08 +01:00
config.json Initial 2017-05-30 00:21:44 +02:00
Dockerfile Fix: Do not break build if node modules cannot be deleted 2020-03-24 22:43:08 +01:00
LICENSE Add meta files 2018-10-10 13:46:18 +02:00
README.md Add meta files 2018-10-10 13:46:18 +02:00
run.sh Change paths to codimd 2018-10-10 13:44:24 +02:00
sequelizerc Initial 2017-05-30 00:21:44 +02:00

luzifer-docker / codimd

This container contains a CodiMD server.

Usage

## Build container (optional)
$ docker build -t luzifer/codimd .

## Execute CodiMD
$ docker run -d -p 3000:3000 luzifer/codimd
  • Within /config you can supply your own config to override the defaults
  • Mount /data to persist the sqlite database
  • Mount /codimd/public/uploads to persist images pasted into the editor