From 6888c7169f7297d9c7f5a22d7e00eea7c9274525 Mon Sep 17 00:00:00 2001 From: Archit Mittal <67096150+archit-26@users.noreply.github.com> Date: Tue, 20 Oct 2020 10:13:56 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b42e81..981901a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ # DOCKER_PROJECT_IIEC_RISE -This project is done under IIEC RISE 1.0 Docker training under mentorship of Vimal Daga Sir.It contains a docker compose file which sets up a whole wordpress server on your computer where MYSQL:5.7 database will be use.This docker compose file will help you to configure automatically by using command like for RHEL 8 "docker-compose.yml up" and to run in background "docker-compose.yml up -d" +This project is done under IIEC RISE 1.0 Docker training under mentorship of Vimal Daga Sir.It contains a docker compose file which sets up a whole wordpress server on your computer where MYSQL:5.7 database is used.This docker compose file will help you to configure automatically by using command like for RHEL 8 "docker-compose.yml up" and to run in background "docker-compose.yml up -d" Nice project