jomyg/Docker-compose-with-wordpress-certbot-php-mysql-nginx
This is simple docker compose setup using Nginx,certbot,mysql and wordpress. Docker-Compose is a command line tool for defining and managing multi-container docker containers as if they were a single service. Compose is written in python and can be installed with the Python pip command. With compose, we can run multiple docker containers just with a single command. It allows you to create a container as a service, great for your development, testing and staging environment.
No issues in this repository yet.