Skip to content

Commit e5b242f

Browse files
committed
Update references to 23.6.2
1 parent c57b440 commit e5b242f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: README.md

+4-4
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

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
23.6.1
1+
23.6.2

Diff for: docker-compose.yml

+1-1
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)