From c2a86766843ef95dee27921a66326c0f19581291 Mon Sep 17 00:00:00 2001 From: Tai Date: Mon, 4 Jan 2021 15:02:53 -0800 Subject: [PATCH] Update README.md --- wordpress/README.md | 3 +++ 1 file changed, 3 insertions(+) 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" ```