Skip to content

Commit 894731d

Browse files
Bot Updating Templated Files
1 parent e65cb66 commit 894731d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ docker run -d \
136136
--name=bookstack \
137137
-e PUID=1000 \
138138
-e PGID=1000 \
139+
-e TZ=Europe/London \
139140
-e APP_URL= \
140141
-e DB_HOST=<yourdbhost> \
141142
-e DB_PORT=<yourdbport> \
@@ -157,6 +158,7 @@ Container images are configured using parameters passed at runtime (such as thos
157158
| `-p 80` | will map the container's port 80 to port 6875 on the host |
158159
| `-e PUID=1000` | for UserID - see below for explanation |
159160
| `-e PGID=1000` | for GroupID - see below for explanation |
161+
| `-e TZ=Europe/London` | Specify a timezone to use EG Europe/London |
160162
| `-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` |
161163
| `-e DB_HOST=<yourdbhost>` | for specifying the database host |
162164
| `-e DB_PORT=<yourdbport>` | for specifying the database port if not default 3306 |

0 commit comments

Comments
 (0)