From bc43c8b2ed6432e637dcd51d4cd7892ac1aec5b1 Mon Sep 17 00:00:00 2001 From: Noel Palo Date: Sun, 22 Aug 2021 12:00:51 +0800 Subject: [PATCH 1/3] test add link to branch --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b905f95..abb3890 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ # Docker Study > This is a simple repo to learn the basics in setting up a -> *Web development environment with __Docker__*. \ No newline at end of file +> *Web development environment with __Docker__*. + +## Table of Contents +| Branch Name | What's Inside | +| ------------- | ------------- | +| master | Documentation | +| [webstack/v1.0.0](https://github.com/nspalo/docker-study/tree/webstack/v1.0.0) | nginx:stable-alpine, mysql:5.7.22, php:7.2-fpm-alpine | \ No newline at end of file From cb2ab77a14f77464b15e5bdc073fc1913b4714bb Mon Sep 17 00:00:00 2001 From: Noel Palo Date: Sun, 22 Aug 2021 12:09:31 +0800 Subject: [PATCH 2/3] fix readme info --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index abb3890..ce331f6 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,4 @@ ## Table of Contents | Branch Name | What's Inside | | ------------- | ------------- | -| master | Documentation | | [webstack/v1.0.0](https://github.com/nspalo/docker-study/tree/webstack/v1.0.0) | nginx:stable-alpine, mysql:5.7.22, php:7.2-fpm-alpine | \ No newline at end of file From d2978718501cfbb2b7d2e046a36a99625873a648 Mon Sep 17 00:00:00 2001 From: Noel Palo Date: Sun, 22 Aug 2021 12:40:28 +0800 Subject: [PATCH 3/3] Update read me file --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ce331f6..43aa6f9 100644 --- a/README.md +++ b/README.md @@ -5,4 +5,5 @@ ## Table of Contents | Branch Name | What's Inside | | ------------- | ------------- | -| [webstack/v1.0.0](https://github.com/nspalo/docker-study/tree/webstack/v1.0.0) | nginx:stable-alpine, mysql:5.7.22, php:7.2-fpm-alpine | \ No newline at end of file +| [webstack/v1.0.0](https://github.com/nspalo/docker-study/tree/webstack/v1.0.0) | nginx:stable-alpine, mysql:5.7.22, php:7.2-fpm-alpine | +| [webstack/v2.0.0](https://github.com/nspalo/docker-study/tree/webstack/v2.0.0) | nginx:stable-alpine, mysql:5.7.22, php:7.4-fpm-alpine | \ No newline at end of file