{"id":19974261,"url":"https://github.com/jgauthi/poc_docker_nginx_php_mysql","last_synced_at":"2026-04-20T14:02:05.645Z","repository":{"id":162073356,"uuid":"288421521","full_name":"jgauthi/poc_docker_nginx_php_mysql","owner":"jgauthi","description":"Docker compose pack for LAMP development.","archived":false,"fork":false,"pushed_at":"2025-07-29T14:37:49.000Z","size":99,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-23T19:20:26.153Z","etag":null,"topics":["docker-compose","maildev","mysql-database","nginx-docker","php84-fpm","phpmyadmin","traefik-v2"],"latest_commit_sha":null,"homepage":"http://demo.localhost.tv","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jgauthi.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2020-08-18T10:11:52.000Z","updated_at":"2025-07-29T14:37:53.000Z","dependencies_parsed_at":"2025-07-29T16:21:49.736Z","dependency_job_id":"78093e0e-daf3-42a9-9ffe-74ecdd732630","html_url":"https://github.com/jgauthi/poc_docker_nginx_php_mysql","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/jgauthi/poc_docker_nginx_php_mysql","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgauthi%2Fpoc_docker_nginx_php_mysql","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgauthi%2Fpoc_docker_nginx_php_mysql/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgauthi%2Fpoc_docker_nginx_php_mysql/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgauthi%2Fpoc_docker_nginx_php_mysql/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jgauthi","download_url":"https://codeload.github.com/jgauthi/poc_docker_nginx_php_mysql/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jgauthi%2Fpoc_docker_nginx_php_mysql/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32050451,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T11:35:06.609Z","status":"ssl_error","status_checked_at":"2026-04-20T11:34:48.899Z","response_time":94,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker-compose","maildev","mysql-database","nginx-docker","php84-fpm","phpmyadmin","traefik-v2"],"created_at":"2024-11-13T03:14:28.691Z","updated_at":"2026-04-20T14:02:05.633Z","avatar_url":"https://github.com/jgauthi.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker Nginx + PHP + Mysql + Dev Tools\nA Docker image based on Ubuntu, serving PHP 8.4 FPM running as Nginx Module. Useful for Web developers in need for a fixed PHP version. In addition, the `error_reporting` setting in php.ini is configurable per container via environment variable.\n\n## Prerequisite\n\n* Docker v24+ / Docker-compose v2.21+ / [Manage Docker as a non-root user](https://docs.docker.com/install/linux/linux-postinstall/)\n* Make command: Under linux `sudo apt install build-essential` or for [Windows users](https://stackoverflow.com/questions/32127524/how-to-install-and-use-make-in-windows/54086635)\n* Git\n\n\n## Installation\nBefore use the docker version, check that ports 80/8080/443 are available. If an Apache / Nginx local server, another docker container are active, they can block access to these ports.\n\n```shell script\n# [Optional] Before launch install, you can edit the docker .env\nmake conf-env-file\n# edit .env\n\nmake install\n\n# If symfony project is present on project folder\nmake install composer-install perm\n```\n\n**Installed packages:**\n* nginx\n* php\n* php-cli\n* php-acpu\n* php-curl\n* php-gd\n* php-imagick\n* php-intl\n* php-mbstring\n* php-pdo_mysql\n* php-opcache\n* php-zip\n* composer (php package manager)\n\nFor test Nginx/php container, you can install Symfony Demo\n```shell script\nmake install-demo\n```\n\n\n## Usage\nLaunch docker containers: `make up`, or stop with `make stop`, you can get command list with `make help`.\n\nYou can connect on url application:\n* [Example Symfony Demo](http://demo.localhost)\n* [phpMyAdmin](http://pma.localhost)\n* [mailDev](http://maildev.localhost)\n\n\n## Dev environment\nIf you use dev docker file _(default configuration)_, you have additional tools:\n\n* You can access to mysql on localhost:33060 (for PhpStorm / Mysql Workbench).\n* You can use mysql command line without indicate user/pass:\n\t* Standard request: `make db-query CMD=\"show tables;\"`\n\t* Dump: `make db-dump`\n\nEnjoy","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgauthi%2Fpoc_docker_nginx_php_mysql","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjgauthi%2Fpoc_docker_nginx_php_mysql","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjgauthi%2Fpoc_docker_nginx_php_mysql/lists"}