Browse Source

Update README.md

pull/1/head
Tai 5 years ago committed by GitHub
parent
commit
1c823adad1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      wordpress/README.md

2
wordpress/README.md

@ -105,7 +105,7 @@ Modify 3 areas in docker-compose.yml from "wordpress" to "wordpress2"
container_name: wordpress2-db 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 { secondsite.example.com {
reverse_proxy wordpress2:80 reverse_proxy wordpress2:80

Loading…
Cancel
Save