Hedgedoc
Realtime collaborative markdown notes on all platforms, formerly known as CodiMD and HackMD CE.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: '3.9'
services:
hedgedoc:
image: lscr.io/linuxserver/hedgedoc:latest
container_name: hedgedoc
environment:
- PUID=1000
- PGID=1000
- TZ=Etc/UTC
- "DB_HOST=<hostname or ip>"
- DB_PORT=3306
- DB_USER=hedgedoc
- "DB_PASS=<secret password>"
- DB_NAME=hedgedoc
- CMD_DOMAIN=localhost
- CMD_URL_ADDPORT=false #optional
- CMD_PROTOCOL_USESSL=false #optional
- CMD_PORT=3000 #optional
- CMD_ALLOW_ORIGIN=['localhost'] #optional
- CMD_DB_DIALECT= #optional
volumes:
- /path/to/hedgedoc/config:/config
ports:
- 3000:3000
restart: unless-stoppedResources
Website: https://hedgedoc.org/
GitHub: https://github.com/hedgedoc/hedgedoc
Docker Hub (LinuxServer.io): https://hub.docker.com/r/linuxserver/hedgedoc
Configuration: https://github.com/linuxserver/docker-hedgedoc