Skip to content

Commit

Permalink
Merge pull request #334 from rjhenry/rjh_update_documentation
Browse files Browse the repository at this point in the history
Update references to latest images to use 22.04.02
  • Loading branch information
rjhenry authored May 17, 2022
2 parents 7154762 + cca1044 commit b1d007d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![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")

## Current Version: [22.04](https://github.com/SolidNerd/docker-bookstack/blob/master/Dockerfile)
## Current Version: [22.04.02](https://github.com/SolidNerd/docker-bookstack/blob/master/Dockerfile)

### Changes

Expand Down Expand Up @@ -49,8 +49,8 @@ mysql:5.7.21
```bash
docker run -d --link bookstack_db_:mysql \
-p 8080:8080 \
--name bookstack_22.04 \
solidnerd/bookstack:22.04
--name bookstack_22.04.02 \
solidnerd/bookstack:22.04.02
```

#### Docker 1.9+
Expand Down Expand Up @@ -83,8 +83,8 @@ docker run -d --net bookstack_nw \
-e DB_PASSWORD=secret \
-e APP_URL=http://example.com \
-p 8080:8080 \
--name="bookstack_22.04" \
solidnerd/bookstack:22.04
--name="bookstack_22.04.02" \
solidnerd/bookstack:22.04.02
```

The APP_URL parameter should be the base URL for your BookStack instance without a trailing slash. For example:
Expand Down
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:22.04
image: solidnerd/bookstack:22.04.02
depends_on:
- mysql
environment:
Expand Down

0 comments on commit b1d007d

Please sign in to comment.