Skip to content

Commit a5631ef

Browse files
doc: updated readme
1 parent 4f92a72 commit a5631ef

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

.env

Lines changed: 0 additions & 4 deletions
This file was deleted.

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
# Ignore this folders
2+
/db
3+
/themes
4+
/plugins

readme.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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/).
44

5+
---
6+
57
> **Disclaimer:** This project is meant to be used for development purposes only. It's **not** meant to be used in production.
68
79
> 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 *
1012

1113
## Usage
1214

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.
1416

1517
## Services
1618

0 commit comments

Comments
 (0)