PineDocs

A fast and lightweight site for viewing files (markdown, html, code, images, gif, audio and video).

Directory Structure

    • .env
    • docker-compose.yml

docker-compose.yml

version: '3'
 
services:
  web:
    image: xy2z/pinedocs:1.2.5
    ports:
      - 3000:80
    volumes:
      - ./data:/data/pinedocs
    restart: unless-stopped  

Resources

GitHub: https://github.com/xy2z/PineDocs

Docker Hub: https://hub.docker.com/r/xy2z/pinedocs

Configuration: https://github.com/xy2z/PineDocs#docker