Explorar el Código

Update README.md

Anca Iordache hace 6 años
padre
commit
1ea42b39bd
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      samples/react-express-mysql/README.md

+ 1 - 1
samples/react-express-mysql/README.md

@@ -23,7 +23,7 @@ services:
     build: backend
     ...
   db:
-    image: postgres
+    image: mysql:5.7
     ...
   frontend:
     build: frontend