You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,8 @@
2
2
3
3
This is a basic **Docker WordPress Environment** focused on the development of **plugins and themes**, supports [WP-CLI](https://wp-cli.org/) and [phpMyAdmin](https://www.phpmyadmin.net/).
4
4
5
+
---
6
+
5
7
> **Disclaimer:** This project is meant to be used for development purposes only. It's **not** meant to be used in production.
6
8
7
9
> It's work in progress. Feel free to contribute if you have anything useful to add.
@@ -10,7 +12,7 @@ This is a basic **Docker WordPress Environment** focused on the development of *
10
12
11
13
## Usage
12
14
13
-
Clone this repository, then run run `docker-compose up -d` to start your project.
15
+
Clone this repository, then cd the **docker folder** and run `docker-compose up -d` to start your project.
0 commit comments