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 ea5a6c1

Browse filesBrowse files
committed
Update version information in documentation
1 parent fd74ca0 commit ea5a6c1
Copy full SHA for ea5a6c1

File tree

Expand file treeCollapse file tree

3 files changed

+7
-7
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+7
-7
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
## Changes
88

9-
Versions higher than 23.8.1 no longer use an in-container `.env` file for
9+
Versions higher than 23.6.2 no longer use an in-container `.env` file for
1010
environment variable management. Instead, the preferred approach is to manage
1111
them directly with the container runtime (e.g. Docker's `-e`). This is to
1212
simplify troubleshooting if and when errors occur. The most important change is
@@ -67,8 +67,8 @@ Networking changed in Docker v1.9, so you need to do one of the following steps.
6767
```bash
6868
docker run -d --link bookstack_db_:mysql \
6969
-p 8080:8080 \
70-
--name bookstack_23.8.1 \
71-
solidnerd/bookstack:23.8.1
70+
--name bookstack_23.8.2 \
71+
solidnerd/bookstack:23.8.2
7272
```
7373

7474
### Docker 1.9+
@@ -101,8 +101,8 @@ Networking changed in Docker v1.9, so you need to do one of the following steps.
101101
-e DB_PASSWORD=secret \
102102
-e APP_URL=http://example.com \
103103
-p 8080:8080 \
104-
--name="bookstack_23.8.1" \
105-
solidnerd/bookstack:23.8.1
104+
--name="bookstack_23.8.2" \
105+
solidnerd/bookstack:23.8.2
106106
```
107107

108108
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-
23.8.1
1+
23.8.2

‎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:23.8.1
14+
image: solidnerd/bookstack:23.8.2
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.