Sign inSign up

akhilrex/writing

By akhilrex

Updated over 5 years ago

Selfhosted blazing fast markdown editor. Originally written by josephernest

Image
2

10.0K

akhilrex/writing repository overview

Writing

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

Installation

The easiest way to run Writing is to run it as a docker container.

Using Docker

Simple setup without mounted volumes (for testing and evaluation)

  docker run -d -p 8080:80 --name=writing akhilrex/writing
Using Docker-Compose
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

Tag summary

Content type

Image

Digest

Size

10 MB

Last updated

over 5 years ago

docker pull akhilrex/writing