소스 검색

Update README.md

Anca Iordache 6 년 전
부모
커밋
1ea42b39bd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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