Skip to content
This repository was archived by the owner on May 7, 2023. It is now read-only.

Latest commit

 

History

History
24 lines (19 loc) · 1.18 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.18 KB

Prerenderer

Github Stars GitHub readme Docker Stars Docker Hub

Version Docker Pulls

Prerenderer Docker Image with multi-arch support.

Docker compose

---
version: "3"
services:
  kibitzr:
    image: supersandro2000/prerenderer
    ports:
      - 3000:3000
    restart: unless-stopped