{"id":17224043,"url":"https://github.com/alombarte/nginx-php-fpm","last_synced_at":"2025-03-25T16:25:18.438Z","repository":{"id":146805621,"uuid":"51580595","full_name":"alombarte/nginx-php-fpm","owner":"alombarte","description":"Dockererized Nginx with PHP FPM","archived":false,"fork":false,"pushed_at":"2016-02-12T10:26:32.000Z","size":1,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-30T14:35:38.693Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alombarte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-02-12T10:24:47.000Z","updated_at":"2021-09-26T20:08:07.000Z","dependencies_parsed_at":"2023-05-01T04:16:45.637Z","dependency_job_id":null,"html_url":"https://github.com/alombarte/nginx-php-fpm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alombarte%2Fnginx-php-fpm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alombarte%2Fnginx-php-fpm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alombarte%2Fnginx-php-fpm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alombarte%2Fnginx-php-fpm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alombarte","download_url":"https://codeload.github.com/alombarte/nginx-php-fpm/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245498177,"owners_count":20625134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-10-15T04:09:54.612Z","updated_at":"2025-03-25T16:25:18.409Z","avatar_url":"https://github.com/alombarte.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Dockerized PHP-fpm + Nginx\n\nBuild:\n\n\tdocker build -t alombarte/nginx-php-fpm .\n\nRun:\n\n\t# Pull and run official PHP fpm image:\n\tdocker run -d --name php-fpm -v $PWD/example:/var/www/app php:fpm\n\t# Run this image:\n\tdocker run -d --name nginx-php -v $PWD/example:/var/www/html --link \"php-fpm\" -p 8080:80 alombarte/nginx-php-fpm\n\t# Same changing port and host:\n\tdocker run -d --name nginx-php -v $PWD/example:/var/www/html --link \"php-fpm\" -p 8080:80 -e \"APP_HOST=php-fpm\" -e \"APP_PORT=9000\" alombarte/nginx-php-fpm\n\nAccess your containers:\n\n\tdocker exec -it php-fpm bash\n\tdocker exec -it nginx-php bash\n\t\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falombarte%2Fnginx-php-fpm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falombarte%2Fnginx-php-fpm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falombarte%2Fnginx-php-fpm/lists"}