diff --git a/wordpress/README.md b/wordpress/README.md index a680bbc..11cc908 100644 --- a/wordpress/README.md +++ b/wordpress/README.md @@ -80,6 +80,9 @@ networks: name: $DOCKER_MY_NETWORK ``` +### Final steps (For people following A-Z) +When you are done creating these 3 files, editing caddy, and reloading caddy... Make sure you're in the wordpress folder and do a `docker-compose up -d` to turn it on. Just imagine each folder as one container. You have to `docker-compose up` inside each container folders to start it. To stop it do a `docker-compose down`. + ### Optional: What if you want to do multiple wordpress pages? Simple... Just repeat with the following changes. Below is an example for a new app folder called wordpress2" ```