From 0ed8683dd6721497a5e1ab4c5fae4b4758136fec Mon Sep 17 00:00:00 2001 From: Rick Henry Date: Tue, 25 Mar 2025 14:07:58 +0000 Subject: [PATCH] docs: update MySQL version in non-compose set-up docs --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 52bab78..bf8daeb 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Networking changed in Docker v1.9, so you need to do one of the following steps. -e MYSQL_USER=bookstack \ -e MYSQL_PASSWORD=secret \ --name bookstack_db \ - mysql:5.7.21 + mysql:9.2.0 ``` 2. BookStack Container: @@ -91,7 +91,7 @@ Networking changed in Docker v1.9, so you need to do one of the following steps. -e MYSQL_USER=bookstack \ -e MYSQL_PASSWORD=secret \ --name="bookstack_db" \ - mysql:5.7.21 + mysql:9.2.0 ``` 3. Run BookStack Container