Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c746154

Browse filesBrowse files
authored
Merge pull request #545 from solidnerd/rjh_update
doc: update documentation to reference 25.2.4
2 parents 1034b80 + b0bf3ce commit c746154
Copy full SHA for c746154

File tree

3 files changed

+4
-4
lines changed
Filter options

3 files changed

+4
-4
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,8 +79,8 @@ Note that if you want to use LDAP, `$` has to be escape like `\$`, i.e. `-e "LDA
7979
-e APP_URL=http://localhost:8080 \
8080
-e APP_KEY=SomeRandomStringWith32Characters \
8181
-p 8080:8080 \
82-
--name="bookstack_25.2.3" \
83-
solidnerd/bookstack:25.2.3
82+
--name="bookstack_25.2.4" \
83+
solidnerd/bookstack:25.2.4
8484
```
8585

8686
The APP_URL parameter should be the base URL for your BookStack instance without

‎VERSION

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25.2.3
1+
25.2.4

‎docker-compose.yml

Copy file name to clipboardExpand all lines: docker-compose.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ services:
1111
- mysql-data:/var/lib/mysql
1212

1313
bookstack:
14-
image: solidnerd/bookstack:25.2.3
14+
image: solidnerd/bookstack:25.2.4
1515
depends_on:
1616
- mysql
1717
environment:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.