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 e5b242f

Browse filesBrowse files
committed
Update references to 23.6.2
1 parent c57b440 commit e5b242f
Copy full SHA for e5b242f

File tree

Expand file treeCollapse file tree

3 files changed

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

3 files changed

+6
-6
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ Networking changed in Docker v1.9, so you need to do one of the following steps.
5757
```bash
5858
docker run -d --link bookstack_db_:mysql \
5959
-p 8080:8080 \
60-
--name bookstack_23.6.1 \
61-
solidnerd/bookstack:23.6.1
60+
--name bookstack_23.6.2 \
61+
solidnerd/bookstack:23.6.2
6262
```
6363

6464
### Docker 1.9+
@@ -91,8 +91,8 @@ Networking changed in Docker v1.9, so you need to do one of the following steps.
9191
-e DB_PASSWORD=secret \
9292
-e APP_URL=http://example.com \
9393
-p 8080:8080 \
94-
--name="bookstack_23.6.1" \
95-
solidnerd/bookstack:23.6.1
94+
--name="bookstack_23.6.2" \
95+
solidnerd/bookstack:23.6.2
9696
```
9797

9898
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.6.1
1+
23.6.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.6.1
14+
image: solidnerd/bookstack:23.6.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.