nginx-golang fix some minor typos (#49)

change mysql version in readme to match compose file

Signed-off-by: Charlie Arehart <charlie@carehart.org>
This commit is contained in:
Charlie Arehart
2020-04-12 14:42:42 -05:00
committed by GitHub
parent 93ff67d258
commit bb1a5a1bfe
3 changed files with 6 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ services:
build: backend
...
db:
image: mysql:5.7
image: mysql:8.0.19
...
proxy:
build: proxy