Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ Note that if you want to use LDAP, `$` has to be escape like `\$`, i.e. `-e "LDA
-e APP_URL=http://localhost:8080 \
-e APP_KEY=SomeRandomStringWith32Characters \
-p 8080:8080 \
--name="bookstack_25.5.2" \
solidnerd/bookstack:25.5.2
--name="bookstack_25.7.0" \
solidnerd/bookstack:25.7.0
```

The APP_URL parameter should be the base URL for your BookStack instance without
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
25.5.2
25.7.0
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ services:
- mysql-data:/var/lib/mysql

bookstack:
image: solidnerd/bookstack:25.5.2
image: solidnerd/bookstack:25.7.0
depends_on:
- mysql
environment:
Expand Down
Loading