Home

Awesome

BiblioReads Docker Image

Docker Image For BiblioReads

Installation:

Docker CLI:

docker run -d \
  --name biblioreads \
  -p 3000:3000 \
  --restart unless-stopped \
  nesaku/biblioreads:latest

Docker-Compose:

  1. Download (or copy) docker-compose.yml
  2. Edit the default environment variables with your variables (Optional)
  3. Run the command docker-compose up -d