Skip to content

Commit

Permalink
Merge pull request #497 from solidnerd/rjh_update
Browse files Browse the repository at this point in the history
doc: update references to version 24.5.2
  • Loading branch information
rjhenry committed Jun 10, 2024
2 parents 2a66bb3 + a990b5c commit 1e66d12
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ Networking changed in Docker v1.9, so you need to do one of the following steps.
```bash
docker run -d --link bookstack_db_:mysql \
-p 8080:8080 \
--name bookstack_24.5.1 \
solidnerd/bookstack:24.5.1
--name bookstack_24.5.2 \
solidnerd/bookstack:24.5.2
```

### Docker 1.9+
Expand Down Expand Up @@ -104,8 +104,8 @@ Networking changed in Docker v1.9, so you need to do one of the following steps.
-e DB_PASSWORD=secret \
-e APP_URL=http:https://example.com \
-p 8080:8080 \
--name="bookstack_24.5.1" \
solidnerd/bookstack:24.5.1
--name="bookstack_24.5.2" \
solidnerd/bookstack:24.5.2
```

The APP_URL parameter should be the base URL for your BookStack instance without
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
24.5.1
24.5.2

0 comments on commit 1e66d12

Please sign in to comment.