Skip to content

Commit

Permalink
feat: update documentation to reflect bumped build number
Browse files Browse the repository at this point in the history
  • Loading branch information
rjhenry committed Apr 14, 2024
1 parent 6970515 commit e9dd368
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Networking changed in Docker v1.9, so you need to do one of the following steps.
docker run -d --link bookstack_db_:mysql \
-p 8080:8080 \
--name bookstack_24.2.3 \
solidnerd/bookstack:24.2.3
solidnerd/bookstack:24.2.3-1
```

### Docker 1.9+
Expand Down Expand Up @@ -105,7 +105,7 @@ Networking changed in Docker v1.9, so you need to do one of the following steps.
-e APP_URL=http://example.com \
-p 8080:8080 \
--name="bookstack_24.2.3" \
solidnerd/bookstack:24.2.3
solidnerd/bookstack:24.2.3-1
```

The APP_URL parameter should be the base URL for your BookStack instance without
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:24.2.3
image: solidnerd/bookstack:24.2.3-1
depends_on:
- mysql
environment:
Expand Down

0 comments on commit e9dd368

Please sign in to comment.