Skip to content

Commit 7ee7e29

Browse files
authored
Update README.md
Modifying the deployment command
1 parent 5bb66ee commit 7ee7e29

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ You need to pass several arguments such as:
5353
- **DOMAIN** Put your domain _your-domain.com_. This is needed to the https set up.
5454
- **EMAIL** Put your email domain _email@your-domain.com_. This is needed to the https set up.
5555

56-
`export DB_PASS=YOUR_SUPER_SECURE_PASSWORD && export DOMAIN=your-domain.com && export EMAIL=email@your-domain.com && docker-compose --file docker-compose-production.yml up`
56+
`export DB_PASS=YOUR_SUPER_SECURE_PASSWORD && export DOMAIN=your-domain.com && export EMAIL=email@your-domain.com && docker-compose --file docker-compose-production.yml up -d && docker-compose --file docker-compose-production.yml stop wp_phpmyadmin`
5757

58-
> This 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.
59-
> `docker-compose stop wp_phpmyadmin`
58+
> This will stop the phpmyadmin service for security reasons, if you want to run it just
59+
> `docker-compose --file docker-compose-production.yml start wp_phpmyadmin`
6060
6161
--------------------------
6262

0 commit comments

Comments
 (0)