Skip to content

dorsegal/docker-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

How To:

add this entry to your hosts files: 127.0.0.1 wordpress.local.com ghost.local.com

to start use: docker-compose up -d

access via web browser:

http://wordpress.local.com
http://ghost.local.com

Notes:

Commaned used to create self-signed certificate:

openssl req -x509 -nodes -days 365 -newkey rsa:2048 -keyout selfsigned.key -out selfsigned.crt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published