From 87c555315320e9be17a5e73b3d37ef8fa8925738 Mon Sep 17 00:00:00 2001 From: Tai Date: Mon, 4 Jan 2021 15:06:37 -0800 Subject: [PATCH] Update README.md --- wordpress/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wordpress/README.md b/wordpress/README.md index 11cc908..e3cb3d3 100644 --- a/wordpress/README.md +++ b/wordpress/README.md @@ -81,7 +81,7 @@ networks: ``` ### 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`. +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`. To view all your running containers do a `docker container ls`. More commands are referenced [here](https://github.com/StarWhiz/docker_deployment_notes#quick-references-and-notes) ### 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"