From 07aef36b7863ea96b0c8dee2a9b5e607d63c724d Mon Sep 17 00:00:00 2001 From: phamthainb Date: Mon, 24 May 2021 21:20:59 +0700 Subject: [PATCH] add the sample to the list on README Signed-off-by: phamthainb --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8c2cc0f..93444a4 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ application with a Spring backend and a MySQL database. application with a Node.js backend and a MySQL database. - [`React / Rust / PostgreSQL`](https://github.com/docker/awesome-compose/tree/master/react-rust-postgres) - Sample React application with a Rust backend and a Postgres database. +- [`React / Nginx`](https://github.com/docker/awesome-compose/tree/master/react-nginx) - Sample React application with Nginx. - [`Spring / PostgreSQL`](https://github.com/docker/awesome-compose/tree/master/spring-postgres) - Sample Java application with Spring framework and a Postgres database. ## Single service samples