From 496a4be7b4c3111a1c5c6d9ae96e539bd8a9905b Mon Sep 17 00:00:00 2001 From: LinuxServer-CI Date: Tue, 27 Dec 2022 18:00:52 +0100 Subject: [PATCH] Bot Updating Documentation --- images/docker-bookstack.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/images/docker-bookstack.md b/images/docker-bookstack.md index 9b0321356..01a808d33 100644 --- a/images/docker-bookstack.md +++ b/images/docker-bookstack.md @@ -111,6 +111,7 @@ docker run -d \ --name=bookstack \ -e PUID=1000 \ -e PGID=1000 \ + -e TZ=Europe/London \ -e APP_URL= \ -e DB_HOST= \ -e DB_PORT= \ @@ -139,6 +140,7 @@ Docker images are configured using parameters passed at runtime (such as those a | :----: | --- | | `PUID=1000` | for UserID - see below for explanation | | `PGID=1000` | for GroupID - see below for explanation | +| `TZ=Europe/London` | Specify a timezone to use EG Europe/London | | `APP_URL=` | for specifying the IP:port or URL your application will be accessed on (ie. `http://192.168.1.1:6875` or `https://bookstack.mydomain.com` | | `DB_HOST=` | for specifying the database host | | `DB_PORT=` | for specifying the database port if not default 3306 |