You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -136,6 +136,7 @@ docker run -d \
136
136
--name=bookstack \
137
137
-e PUID=1000 \
138
138
-e PGID=1000 \
139
+
-e TZ=Europe/London \
139
140
-e APP_URL= \
140
141
-e DB_HOST=<yourdbhost> \
141
142
-e DB_PORT=<yourdbport> \
@@ -157,6 +158,7 @@ Container images are configured using parameters passed at runtime (such as thos
157
158
|`-p 80`| will map the container's port 80 to port 6875 on the host |
158
159
|`-e PUID=1000`| for UserID - see below for explanation |
159
160
|`-e PGID=1000`| for GroupID - see below for explanation |
161
+
|`-e TZ=Europe/London`| Specify a timezone to use EG Europe/London |
160
162
|`-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`|
161
163
|`-e DB_HOST=<yourdbhost>`| for specifying the database host |
162
164
|`-e DB_PORT=<yourdbport>`| for specifying the database port if not default 3306 |
0 commit comments