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
> 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). You can stop it when you are not using it with `docker-compose stop wp_phpmyadmin`
12
+
> 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). You can stop it when you are not using it with `docker-compose stop phpmyadmin`
13
13
14
14
## Configuring Wordmove
15
15
@@ -24,7 +24,7 @@ We recommend to have a repo for your WordPress site, so the themes and plugins s
24
24
25
25
### Login in to the container
26
26
27
-
`docker-compose run --rm wp_wordmove /bin/bash`
27
+
`docker-compose run --rm wordmove /bin/bash`
28
28
29
29
### Creating Movefile
30
30
@@ -53,10 +53,10 @@ You need to pass several arguments such as:
53
53
-**DOMAIN** Put your domain _your-domain.com_. This is needed to the https set up.
54
54
-**EMAIL** Put your email domain _email@your-domain.com_. This is needed to the https set up.
0 commit comments