From 955742c4d10ce7128324ef961220ac31b21d7297 Mon Sep 17 00:00:00 2001 From: technorabilia Date: Wed, 28 Dec 2022 00:53:51 +0000 Subject: [PATCH] Workflow update --- lsio/bookstack/docker-run.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/lsio/bookstack/docker-run.sh b/lsio/bookstack/docker-run.sh index 6d321f6..d8852b7 100644 --- a/lsio/bookstack/docker-run.sh +++ b/lsio/bookstack/docker-run.sh @@ -11,6 +11,7 @@ docker run -d \ --name=bookstack \ -e PUID=${PUID:-1024} `# for UserID` \ -e PGID=${PGID:-100} `# for GroupID` \ + -e TZ=${TZ:-Europe/Amsterdam} `# Specify a timezone to use for example Europe/Amsterdam` \ -e 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`` \ -e DB_HOST= `# for specifying the database host` \ -e DB_PORT= `# for specifying the database port if not default 3306` \