Skip to content

Commit e9dd368

Browse files
committed
feat: update documentation to reflect bumped build number
1 parent 6970515 commit e9dd368

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Networking changed in Docker v1.9, so you need to do one of the following steps.
7171
docker run -d --link bookstack_db_:mysql \
7272
-p 8080:8080 \
7373
--name bookstack_24.2.3 \
74-
solidnerd/bookstack:24.2.3
74+
solidnerd/bookstack:24.2.3-1
7575
```
7676

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

111111
The APP_URL parameter should be the base URL for your BookStack instance without

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:24.2.3
14+
image: solidnerd/bookstack:24.2.3-1
1515
depends_on:
1616
- mysql
1717
environment:

0 commit comments

Comments
 (0)