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.
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.
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.
/config - BookStack configuration and application dataInherits all architecture support from linuxserver/bookstack:25.12.1
Based on the official linuxserver/bookstack image.
For more information about BookStack, visit:
This image follows the same license as the original linuxserver/bookstack image.
Content type
Image
Digest
sha256:6b76a3989…
Size
108.7 MB
Last updated
about 2 months ago
docker pull andreidrang/bookstack-railway:26.05.3