Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Latest commit

 

History

History
21 lines (15 loc) · 420 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 420 Bytes

ninjarig docker image

Super small ninjarig image enabled to only CPU mine, minimum donation level it's set to 0

Configuration

Drop your configuration file with a volume in /ninjarig/config.json

docker compose

docker compose example

ninjarig:
    image: eathtespagheti/ninjarig
    restart: always
    ports: 
      - 8080:80
    volumes: 
      - ./ninjarig/config.json:/ninjarig/config.json