From 1b6ac1f1aa6b55f4716b6b664e77ebd9867f9585 Mon Sep 17 00:00:00 2001 From: aTibrewala Date: Mon, 17 Mar 2025 03:07:18 -0400 Subject: [PATCH 1/2] Add verification step to Running a Sample Signed-off-by: aTibrewala --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86f9adc..4f34c0e 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ a local environment by going into the root directory of each one and executing: ```console docker compose up -d ``` - +Run `docker compose ps` to verify services are up. Check the `README.md` of each sample to get more details on the structure and what is the expected output. To stop and remove all containers of the sample application run: From 6f4bafa14d28509d6872dbdc16dcad37c43ddc30 Mon Sep 17 00:00:00 2001 From: aTibrewala Date: Mon, 17 Mar 2025 03:12:02 -0400 Subject: [PATCH 2/2] Fix typo in ASP.NET sample description Signed-off-by: aTibrewala --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f34c0e..4d61352 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ with an Nginx proxy and a MySQL database. application with an Nginx proxy and a PostgreSQL database. - [`Java Spark / MySQL`](sparkjava-mysql) - Sample Java application and a MySQL database. -- [`NGINX / ASP.NET / MySQL`](nginx-aspnet-mysql) - Sample Nginx reverse proxy with an C# backend using ASP.NET. +- [`NGINX / ASP.NET / MySQL`](nginx-aspnet-mysql) - Sample Nginx reverse proxy with a C# backend using ASP.NET. - [`NGINX / Flask / MongoDB`](nginx-flask-mongo) - Sample Python/Flask application with Nginx proxy and a Mongo database. - [`NGINX / Flask / MySQL`](nginx-flask-mysql) - Sample Python/Flask application with an Nginx proxy and a MySQL database.