Skip to content

Commit 27951e2

Browse files
authored
Merge pull request #364 from solidnerd/rjh_general
Update documentation to reflect 22.11 release
2 parents df8571c + bc2e168 commit 27951e2

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://travis-ci.org/solidnerd/docker-bookstack.svg?branch=master)](https://travis-ci.org/solidnerd/docker-bookstack) [![](https://images.microbadger.com/badges/image/solidnerd/bookstack.svg)](https://microbadger.com/images/solidnerd/bookstack "Get your own image badge on microbadger.com") [![](https://images.microbadger.com/badges/commit/solidnerd/bookstack.svg)](https://microbadger.com/images/solidnerd/bookstack "Get your own commit badge on microbadger.com") [![](https://images.microbadger.com/badges/version/solidnerd/bookstack.svg)](https://microbadger.com/images/solidnerd/bookstack "Get your own version badge on microbadger.com") [![](https://images.microbadger.com/badges/license/solidnerd/bookstack.svg)](https://microbadger.com/images/solidnerd/bookstack "Get your own license badge on microbadger.com")
44

5-
## Current Version: [22.10.2](https://github.com/SolidNerd/docker-bookstack/blob/master/Dockerfile)
5+
## Current Version: [22.11.0](https://github.com/SolidNerd/docker-bookstack/blob/master/Dockerfile)
66

77
### Changes
88

@@ -49,8 +49,8 @@ mysql:5.7.21
4949
```bash
5050
docker run -d --link bookstack_db_:mysql \
5151
-p 8080:8080 \
52-
--name bookstack_22.04.02 \
53-
solidnerd/bookstack:22.04.02
52+
--name bookstack_22.11.0 \
53+
solidnerd/bookstack:22.11.0
5454
```
5555

5656
#### Docker 1.9+
@@ -83,8 +83,8 @@ docker run -d --net bookstack_nw \
8383
-e DB_PASSWORD=secret \
8484
-e APP_URL=http://example.com \
8585
-p 8080:8080 \
86-
--name="bookstack_22.04.02" \
87-
solidnerd/bookstack:22.04.02
86+
--name="bookstack_22.11.0" \
87+
solidnerd/bookstack:22.11.0
8888
```
8989

9090
The APP_URL parameter should be the base URL for your BookStack instance without a trailing slash. For example:

Diff for: VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22.04
1+
22.11.0

0 commit comments

Comments
 (0)