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: .github/workflows/greetings.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,6 @@ jobs:
8
8
steps:
9
9
- uses: actions/first-interaction@v1
10
10
with:
11
-
issue-message: 'Thanks for opening your first issue here! Be sure to follow the [bug](https://github.com/linuxserver/docker-bookstack/blob/master/.github/ISSUE_TEMPLATE/issue.bug.yml) or [feature](https://github.com/linuxserver/docker-bookstack/blob/master/.github/ISSUE_TEMPLATE/issue.feature.yml) issue templates!'
11
+
issue-message: 'Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.'
12
12
pr-message: 'Thanks for opening this pull request! Be sure to follow the [pull request template](https://github.com/linuxserver/docker-bookstack/blob/master/.github/PULL_REQUEST_TEMPLATE.md)!'
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ The architectures supported by this image are:
60
60
| :----: | :----: | ---- |
61
61
| x86-64 | ✅ | amd64-\<version tag\>|
62
62
| arm64 | ✅ | arm64v8-\<version tag\>|
63
-
| armhf| ✅ | arm32v7-\<version tag\>|
63
+
| armhf| ✅ | arm32v7-\<version tag\>|
64
64
65
65
## Application Setup
66
66
@@ -136,7 +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
+
-e TZ=Etc/UTC \
140
140
-e APP_URL= \
141
141
-e DB_HOST=<yourdbhost> \
142
142
-e DB_PORT=<yourdbport> \
@@ -147,6 +147,7 @@ docker run -d \
147
147
-v /path/to/data:/config \
148
148
--restart unless-stopped \
149
149
lscr.io/linuxserver/bookstack:latest
150
+
150
151
```
151
152
152
153
## Parameters
@@ -158,7 +159,7 @@ Container images are configured using parameters passed at runtime (such as thos
158
159
|`-p 80`| will map the container's port 80 to port 6875 on the host |
159
160
|`-e PUID=1000`| for UserID - see below for explanation |
160
161
|`-e PGID=1000`| for GroupID - see below for explanation |
161
-
|`-e TZ=Europe/London`|Specify a timezone to use EG Europe/London|
162
+
|`-e TZ=Etc/UTC`|specify a timezone to use, see this [list](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List).|
162
163
|`-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`|
163
164
|`-e DB_HOST=<yourdbhost>`| for specifying the database host |
164
165
|`-e DB_PORT=<yourdbport>`| for specifying the database port if not default 3306 |
0 commit comments