Skip to content

tech-and-finance/wordpress-ssl-docker-compose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

wordpress-ssl-docker-compose

out-of-the-box solution to start with wordpress using docker compose

prerequirements:

  • last docker version installed
  • a domain name registered
  • a dns record that point to your server (where you'll run docker compose command)
  • a port forwarding setting on your own home router if you are working from your home server (ports: 80:80 and 443:443)

you have to change following rows in docker-compose.yaml file:

  • in row 22 you have to set your real domain name as value of VIRTUAL_HOST key
  • in row 23 you have to set your real domain name as value of LETSENCRYPT_HOST key

now you can run command: "docker compose up -d" (or "sudo docker compose up -d" command if your user doesn't have root permissions

in your browser you can open: https://techandfinance.it (fill your browser address bar with your domain name url)

About

out-of-the-box solution to start with wordpress using docker compose

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages