A lightweight, 100% C++ written web server for hosting Markdown files.
10K+
version: '3.8'
services:
md-server:
image: tiwutdev/docker-md-server:latest
ports:
- "8080:8080"
- "8081:8081"
volumes:
- ./www:/app/www
restart: unless-stopped
A lightweight, 100% C++ written web server for hosting Markdown files, featuring an integrated web file manager.
.md files dynamically in the browser using marked.js. Supports custom CSS and JS. docker-compose up -d --build
Accessing the Server:
Frontend: http://localhost:8080
Admin UI: http://localhost:8081
All files are saved in the local directory ./www, mounted into the container via Docker volumes.
Content type
Image
Digest
sha256:da768b192…
Size
97.3 MB
Last updated
9 days ago
docker pull tiwutdev/docker-md-server