Skip to content

Commit 0821ea6

Browse files
committed
doc: update documentation to reference 25.5.0
1 parent 42c7952 commit 0821ea6

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines 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.4" \
83-
solidnerd/bookstack:25.2.4
82+
--name="bookstack_25.5.0" \
83+
solidnerd/bookstack:25.5.0
8484
```
8585

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

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25.2.4
1+
25.5.0

docker-compose.yml

Lines 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.4
14+
image: solidnerd/bookstack:25.5.0
1515
depends_on:
1616
- mysql
1717
environment:

0 commit comments

Comments
 (0)