Skip to content

Docker build for creating a local WordPress website running on a LAMP stack with SSL from Lets Encrypt. Includes a PHPMyAdmin container and a MailHog container.

License

Notifications You must be signed in to change notification settings

ashstevens-dev/docker-wp-lamp-ssl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-wp-lamp-ssl

Docker build for creating a local WordPress website running on a LAMP stack with SSL from Lets Encrypt. Includes a PHPMyAdmin container so you have a GUI for the database. Includes MailHog, a testing SMTP server, so you can test site messaging locally.

Getting Started

docker-compose up -d

Access Site

https://localhost (or at the custom URL that you create using the instructions in the comments near the https-portal container 😉)

Access PHPMyAdmin

http:https://localhost:8081

Preset PHPMyAdmin creds

User: root

Pass: wordpressrootpw

Access the testing mail server inbox

http:https://localhost:8025

About

Docker build for creating a local WordPress website running on a LAMP stack with SSL from Lets Encrypt. Includes a PHPMyAdmin container and a MailHog container.

Topics

Resources

License

Stars

Watchers

Forks