Awesome
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