1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-19 07:18:06 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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