From 64d7cde4649192cec1f0f81fa02be3cb5c691fd9 Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 11 Jul 2023 13:19:24 +0000 Subject: [PATCH] Bot Updating Documentation --- images/docker-bookstack.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/images/docker-bookstack.md b/images/docker-bookstack.md index a2fdea5778..5225968b7d 100644 --- a/images/docker-bookstack.md +++ b/images/docker-bookstack.md @@ -67,11 +67,6 @@ If you wish to use the extra functionality of BookStack such as email, Memcache, When you create the container, do not set any arguments for any SQL settings. The container will copy an exemplary .env file to /config/www/.env on your host system for you to edit. -#### PDF Rendering -[wkhtmltopdf](https://wkhtmltopdf.org/) is available to use as an alternative PDF rendering generator as described at https://www.bookstackapp.com/docs/admin/pdf-rendering/. - -The path to wkhtmltopdf in this image to include in your .env file is `/usr/bin/wkhtmltopdf`. - ## Usage To help you get started creating a container from this image you can either use docker-compose or the docker cli.