Sign inSign up

andreidrang/bookstack-railway

By andreidrang

•Updated about 2 months ago

Image
0

544

andreidrang/bookstack-railway repository overview

⁠BookStack 25.12.1 - Fixed Nginx Resolver

A custom Docker image based on linuxserver/bookstack:25.12.1⁠ with a pre-configured nginx resolver for seamless deployment on Railway and other container orchestration platforms.

⁠What's Fixed

This image resolves the IPv6 resolver configuration issue that occurs in default BookStack deployments:

Original Error:

invalid port in resolver "fd12::10" in /config/nginx/resolver.conf:3

Solution: The nginx resolver configuration is pre-built with the correct IPv6 address format:

resolver [fd12::10] ipv6=on valid=30s;

The IPv6 address is properly wrapped in brackets [fd12::10] to prevent port parsing errors in nginx.

⁠Usage

Deploy this image directly on Railway using the official BookStack template:

Deploy BookStack v25 + MariaDB v12 on Railway⁠

This template includes BookStack with MariaDB database and Redis caching, pre-configured with the fixed nginx resolver.

⁠Features

  • ✅ Pre-configured nginx resolver with correct IPv6 formatting
  • ✅ No manual file modifications required after deployment
  • ✅ Works seamlessly with Railway, Docker Compose, and Kubernetes
  • ✅ Fully compatible with MariaDB and Redis services
  • ✅ Inherits all features from linuxserver/bookstack:25.12.1

⁠Volumes

  • /config - BookStack configuration and application data

⁠Supported Architectures

Inherits all architecture support from linuxserver/bookstack:25.12.1

⁠Source

Based on the official linuxserver/bookstack⁠ image.

For more information about BookStack, visit:

⁠License

This image follows the same license as the original linuxserver/bookstack image.

Tag summary

Content type

Image

Digest

sha256:6b76a3989…

Size

108.7 MB

Last updated

about 2 months ago

docker pull andreidrang/bookstack-railway:26.05.3