Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 283 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 283 Bytes

WordPress Docker SSL

Configuration environment

create a file .env or copy the file .env.example to .env and set the values

DOMAIN_NAME=example.com,www.example.com
LETSENCRYPT_EMAIL=webmaster@example.com

Start containers

docker-compose up -d