Skip to content

nesaku/BiblioReads-Docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published