ONLY for DEV, not for production
Installing :
- PHP 8.1.13 APACHE
- Composer (last version)
- Some php extentions
- MariaDB 10.10.2
- PHPMyAdmin 5.0.4
Clone the project and go to the directory created
Run the docker compose
docker compose -p formation-php up -dLog into the PHP container
docker exec -it formation-php bashMariaDB is available at port 3307
PHPMyAdmin is available at http://127.0.0.1:82
Your application will be available at http://127.0.0.1:81