Skip to content

Commit 0ed8683

Browse files
committed
docs: update MySQL version in non-compose set-up docs
1 parent 3b30a9f commit 0ed8683

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Networking changed in Docker v1.9, so you need to do one of the following steps.
6262
-e MYSQL_USER=bookstack \
6363
-e MYSQL_PASSWORD=secret \
6464
--name bookstack_db \
65-
mysql:5.7.21
65+
mysql:9.2.0
6666
```
6767

6868
2. BookStack Container:
@@ -91,7 +91,7 @@ Networking changed in Docker v1.9, so you need to do one of the following steps.
9191
-e MYSQL_USER=bookstack \
9292
-e MYSQL_PASSWORD=secret \
9393
--name="bookstack_db" \
94-
mysql:5.7.21
94+
mysql:9.2.0
9595
```
9696

9797
3. Run BookStack Container

0 commit comments

Comments
 (0)