LEMP stack for local development. PHP Version: 7.4
- Open and set localhost at your
hosts
file:
# opening
sudo vim /etc/hosts
# set this inside hosts
127.0.0.1 chocolate.dev.br
- Build the images via
docker-compose
docker-compose up -d
- Home:
chocolate.dev.br
- PHPMyAdmin:
chocolate.dev.br:8080
- MySQL default user and pasword:
root@root