Sign inSign up

nesaku/biblioreads

By nesaku

Updated about 4 hours ago

Docker Image For BiblioReads. Source: https://github.com/nesaku/BiblioReads-Docker

Image
2

100K+

nesaku/biblioreads repository overview

Publish Docker Image

BiblioReads Docker Image

Docker Image For BiblioReads.

Published on Docker Hub at nesaku/biblioreads.


Installation:

Docker CLI:
docker run -d \
  --name biblioreads \
  -p 3000:3000 \
  --restart unless-stopped \
  -e NEXT_PUBLIC_HOST_URL=http://biblioreads.local \
  -e NEXT_TELEMETRY_DISABLED=1 \
  nesaku/biblioreads:latest
Docker-Compose:
  1. Download (or copy) docker-compose.yml from here.
  2. Edit or add environment variables to the docker-compose.yml
    • A full list of environment variables can be found here
  3. Run the command docker-compose up -d to start the container

Tag summary

Content type

Image

Digest

sha256:f8d543895

Size

186.7 MB

Last updated

about 4 hours ago

docker pull nesaku/biblioreads