{"id":23968681,"url":"https://github.com/vutran/docker-nginx-php5-fpm","last_synced_at":"2025-09-14T22:38:25.816Z","repository":{"id":32644700,"uuid":"36231247","full_name":"vutran/docker-nginx-php5-fpm","owner":"vutran","description":"This is a simple container with Nginx, PHP5-FPM, and Ubuntu 14.04.","archived":false,"fork":false,"pushed_at":"2015-07-03T10:52:04.000Z","size":132,"stargazers_count":9,"open_issues_count":0,"forks_count":8,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-13T15:45:48.830Z","etag":null,"topics":["docker","dockerfile","nginx","php","php5-fpm"],"latest_commit_sha":null,"homepage":"https://registry.hub.docker.com/u/vutran/docker-nginx-php5-fpm/","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"matthew1809/Bttn-moltin","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vutran.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":"2015-05-25T12:54:29.000Z","updated_at":"2021-04-21T20:28:39.000Z","dependencies_parsed_at":"2022-09-09T20:12:06.193Z","dependency_job_id":null,"html_url":"https://github.com/vutran/docker-nginx-php5-fpm","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vutran/docker-nginx-php5-fpm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vutran%2Fdocker-nginx-php5-fpm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vutran%2Fdocker-nginx-php5-fpm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vutran%2Fdocker-nginx-php5-fpm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vutran%2Fdocker-nginx-php5-fpm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vutran","download_url":"https://codeload.github.com/vutran/docker-nginx-php5-fpm/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vutran%2Fdocker-nginx-php5-fpm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275180169,"owners_count":25419065,"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","status":"online","status_checked_at":"2025-09-14T02:00:10.474Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","dockerfile","nginx","php","php5-fpm"],"created_at":"2025-01-07T00:15:54.142Z","updated_at":"2025-09-14T22:38:25.797Z","avatar_url":"https://github.com/vutran.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [Ubuntu 14.04 LTS + Nginx + PHP5-FPM](https://registry.hub.docker.com/u/vutran/docker-nginx-php5-fpm/)\n\nThis is a simple container with Nginx, PHP5-FPM, and Ubuntu 14.04.\n\n-----\n\nTo pull this image from Docker Hub:\n\n\tdocker pull vutran/docker-nginx-php5-fpm\n\nTo run an instance of this image:\n\n\tdocker run --name mywebapp -d -P vutran/docker-nginx-php5-fpm\n\nYou can mount your local application directory to the container at `/var/www/html`:\n\n\tdocker run --name mywebapp -d -P -v /src/html:/var/www/html vutran/docker-nginx-php5-fpm\n\nOpen the URL in the browser\n\n\topen http://$(boot2docker ip):$(docker port mywebapp 80 | sed 's/0.0.0.0://g')\n\n## Dockerfile\n\nYou can also build your own image with this as the base and apply your own application-specific configurations if needed.\n\nFor more information, please see the [Dockerfile documentations](http://docs.docker.com/reference/builder/).\n\n### Dockerfile\n\n\tFROM vutran/docker-nginx-php5-fpm\n\t\n\t# Execute or run any additional instructions here such\n\t# Example:\n\t# COPY website.conf /etc/nginx/conf.d/website.conf\n\t# ENV myEnvVar myEnvValue\n\t\n\n## Docker Compose\n\nIf you have a complex application, you can use Docker Compose to run everything in a single command.\n\nFor more information, please see the [Docker Compose documentation](http://docs.docker.com/compose/)\n\n### docker-compose.yml\n\n\tweb:\n\t    build: .\n\t    volumes:\n\t     - .:/var/www/html\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvutran%2Fdocker-nginx-php5-fpm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvutran%2Fdocker-nginx-php5-fpm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvutran%2Fdocker-nginx-php5-fpm/lists"}