Skip to content

Commit aaada54

Browse files
authored
Updated Readme
1 parent b20b88b commit aaada54

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,29 @@
11
# Wordpress Docker Compose starter
2+
Easy to use WordPress, MySql & PHPMYAdmin Docker and Docker Compose.
3+
4+
# Requirements
5+
Install latest versions of Docker and Docker Compose [https://docs.docker.com/get-started/] .
6+
7+
# Setup
8+
Clone this repository into a new folder.
9+
You don't have to make any changes in the docker-compose.yml file.
10+
Open the .env file and make appropriate changes as per your requirements.
11+
12+
# How to run
13+
Starting Containers
14+
```
15+
docker-compose up
16+
```
17+
Stopping Containers
18+
```
19+
docker-compose stop
20+
```
21+
22+
Removing Containers
23+
```
24+
docker-compose down
25+
```
26+
27+
# Accessing the site
28+
You can visit http://localhost to setup / browser site
29+
For PHPMyAdmin access visit: http://localhost:8080 . User Id: root, Password: refer .env file

0 commit comments

Comments
 (0)