From 1c823adad1b27144611e2fa30953af2841449db4 Mon Sep 17 00:00:00 2001 From: Tai Date: Sat, 2 Jan 2021 13:23:34 -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 206ced3..a680bbc 100644 --- a/wordpress/README.md +++ b/wordpress/README.md @@ -105,7 +105,7 @@ Modify 3 areas in docker-compose.yml from "wordpress" to "wordpress2" container_name: wordpress2-db ... ``` -Add a subdomain to Caddyfile and point it to wordpress2 +Add a subdomain to Caddyfile and point it to wordpress2. Don't forget to add type A records to your DNS for the subdomain! ``` secondsite.example.com { reverse_proxy wordpress2:80