CodeIgniter 4 Setup Copy env to .env and change env variables for your app, specifically the baseURL and any database settings. Docker Start containers docker-compose up -d Stops containers and removes containers docker-compose down Testing docker exec -ti ci-app bash -c "php ./vendor/bin/phpunit --log-junit test-results.xml" Documentation CodeIgniter 4 Docker Compose Docker PHP APACHE Docker MySQL Composer