Docker Image For BiblioReads
docker run -d \
--name biblioreads \
-p 3000:3000 \
--restart unless-stopped \
nesaku/biblioreads:latest
- Download (or copy)
docker-compose.yml
- Edit the default environment variables with your variables (Optional)
- Run the command
docker-compose up -d