Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f96e317

Browse filesBrowse files
committed
Upgrade mysql to 5.7.20
Signed-off-by: solidnerd <niclas@mietz.io>
1 parent 4ba4c34 commit f96e317
Copy full SHA for f96e317

File tree

Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+3
-3
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Networking changed in Docker v1.9, so you need to do one of the following steps.
2727
#### Docker < v1.9
2828
1. MySQL Container:
2929
```bash
30-
docker run -d --name bookstack-mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=secret -e MYSQL_DATABASE=bookstack -e MYSQL_USER=bookstack -e MYSQL_PASSWORD=secret mysql
30+
docker run -d --name bookstack-mysql -p 3306:3306 -e MYSQL_ROOT_PASSWORD=secret -e MYSQL_DATABASE=bookstack -e MYSQL_USER=bookstack -e MYSQL_PASSWORD=secret mysql:5.7.20
3131
```
3232
2. BookStack Container:
3333
```bash
@@ -50,7 +50,7 @@ docker run -d --net bookstack_nw \
5050
-e MYSQL_USER=bookstack \
5151
-e MYSQL_PASSWORD=secret \
5252
--name="bookstack_db" \
53-
mysql
53+
mysql:5.7.20
5454
```
5555

5656

‎docker-compose.yml

Copy file name to clipboardExpand all lines: docker-compose.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '2'
22
services:
33

44
mysql:
5-
image: mysql:5.7.12
5+
image: mysql:5.7.20
66
environment:
77
- MYSQL_ROOT_PASSWORD=secret
88
- MYSQL_DATABASE=bookstack

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.