Selfhosted blazing fast markdown editor. Originally written by josephernest
10.0K
Writing is a lightweight distraction-free text editor, in the browser.
This is a Fork of the Writing repo to add docker-compatibility.
Find the docker images here - hub.docker.com/r/akhilrex/writing
The easiest way to run Writing is to run it as a docker container.
Simple setup without mounted volumes (for testing and evaluation)
docker run -d -p 8080:80 --name=writing akhilrex/writing
version: "2.1"
services:
writing:
image: akhilrex/writing
container_name: writing
ports:
- 8080:80
restart: unless-stopped
Then simply run the following command
docker-compose up -d
Content type
Image
Digest
Size
10 MB
Last updated
over 5 years ago
docker pull akhilrex/writing