For DigitalOcean, this will setup:
- wordpress
- phpmyadmin
Create one click app on DigitalOcean. Choose:
- Image: Docker 18.06.1
ce3 on 18.04 - Plan: 10$
- Region: Singapore
- Additional Options: Monitoring
- SSH Keys: Select all
- Rename the host to remember easily.
Copy 2 files: docker-compose.yml, uploads.ini to any directory of the server. (Suggest: ~/)
Open terminal and go to that directory then type:
docker-compose up -d
Wait for 30s to see if it works or not.
- phpmyadmin is at port 8080, account to login:
root-123456 - wordpress is at port 80
- tuyenhx - From Steenify
This project is licensed under the MIT License - see the LICENSE file for details