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
+12-10
Original file line number
Diff line number
Diff line change
@@ -1,33 +1,35 @@
1
-
# Dev environment WordPress with Docker_**TIPS**_
1
+
# PRODUCTION WordPress environment with Docker
2
2
3
-
4
-
#### This docker compose was made to have a modern WP dev environment which can be portable, easy to set up and focused on the use of `wp`.
3
+
#### This docker compose was made to have a modern WP dev environment which can be portable, easy to set up and with HTTPS with letsencrypt.
5
4
6
5
> With `docker-compose up` it will run a phpmyadmin service, this is created with goal of facilitate the management of the DataBase (not all of us are command ninja) so we recommend, stop it when you are not using it.
7
6
> `docker-compose stop wp_phpmyadmin`
8
7
9
8
## Start everything
10
9
11
-
For be able to manipulate easily the files of wordpress you need to:
10
+
You need to pass several arguments such as:
11
+
-**DB_PASS** When the DB is raised this will be its root password
12
+
-**DOMAIN** Put your domain _your-domain.com_. This is needed to the https set up.
13
+
-**EMAIL** Put your email domain _email@your-domain.com_. This is needed to the https set up.
0 commit comments