Install Wordpress on separate docker containers PHP, NGINX, MYSQL and VSFTPD
I use variables for setup the user and password for Mysql and VSFTP containers, before to start the script, you schould change it!
- Download the files from git
- docker-compose build // TO build the images
- docker-compose up -d //TO start the containers
P.S. I used Centos 7 for installing the PHP, NGINX and VSFTP service.