Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down
Loading