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

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-07 22:00:16 -05:00
parent 529115a0e7
commit 49ad665901

View file

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