Simple dockerized WordPress using roots/bedrock
- Docker
- Clone the repository
git@github.com:ivanyankov/php-dev-env.git - CD to the cloned folder
- Run in your terminal
chmod +x setup.sh - Run the script
./setup.sh - Enter a domain name for your development env when prompt. Example: development-application
- If everything was configured correctly you should have one container with three images running
app-nginx,app-db,dev-application - Access the application on
development-application.local
Developed and tested on Ubuntu 22.04.3 LTS