Skip to content

floj/bibliogram-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bibliogram-docker

Run Bibliogram as a docker container.

Usage

docker run \
  --name bibliogram \
  -p 8080:10407 \
  ghcr.io/floj/bibliogram

then visit http://localhost:8080.

Configuration options

It's desirable to change some of Bibliograms configuration options in the config.js. The easiest way to do this is to mount it from a local path into the container.

Additionally Bibliogram stores it's data in /app/db. If you want to preserve it, you'll have to mount a volume in this location.

docker run \
  --name bibliogram \
  -p 8080:10407 \
  -v "$(pwd)/config.js:/app/config.js:ro" \
  -v bibliogram-data:/app/db \
  ghcr.io/floj/bibliogram

About

Dockerized version of bibliogram

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages