all repos — snow-editor @ 75c1e31e8c45fc0eb6860007da09c05d2de16097

small and cozy markdown, and orgmode editor

docker-compose.yml (view raw)

 1
 2
 3
 4
 5
 6
services:
  editor:
    build: .
    ports:
      - "41737:41737"
    restart: unless-stopped