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

ninjarig docker image

Notifications You must be signed in to change notification settings

eathtespagheti/ninjarig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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