add configuration to use react-express-mysql sample with Docker Dev Environments feature (#270)

Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
This commit is contained in:
Guillaume Lours
2022-07-13 10:35:12 +02:00
committed by GitHub
parent 74317904bd
commit e45810975f
6 changed files with 111 additions and 2 deletions

View File

@@ -106,5 +106,5 @@ You can use this sample with the Dev Environments feature of Docker Desktop.
To develop directly on the services inside containers, use the HTTPS Git url of the sample:
```
https://github.com/docker/awesome-compose/tree/master/react-express-mongodb
https://github.com/docker/awesome-compose/tree/master/react-express-mysql
```