- Php8.0
- MySQL8.0
- PhpMyAdmin
- NginX
- Mailhog
Change
docker.local
to specific domain name
Change variable values base on your needs
- Start containers
docker compose up -d
- Stop containers
docker compose down
- Stop containers include volumes
docker compose down -v
- Entering container/service cli
docker compose exec <service> bash|sh
- Web service
https://localhost
or the domain you specifiedhttps://<docker.local>
- PhpMyAdmin
http://localhost:8080
- Mailhog 8025
http://localhost:8025
- MySQl 3307