File tree Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Expand file tree Collapse file tree 1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change 1
1
# 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
You can’t perform that action at this time.
0 commit comments