Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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