{"id":15023524,"url":"https://github.com/fraigo/docker-centos-apache-php","last_synced_at":"2026-02-06T22:01:02.797Z","repository":{"id":94816693,"uuid":"169815301","full_name":"fraigo/docker-centos-apache-php","owner":"fraigo","description":"Docker image for Centos7 / Apache 2.4 / PHP 7.1 / server","archived":false,"fork":false,"pushed_at":"2020-02-21T18:32:46.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-23T00:18:11.171Z","etag":null,"topics":["apache","apache24","centos7","docker","dockerfile","php","php55","php71"],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/fraigo.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-02-09T00:08:43.000Z","updated_at":"2020-02-21T18:32:49.000Z","dependencies_parsed_at":"2023-04-09T02:35:32.115Z","dependency_job_id":null,"html_url":"https://github.com/fraigo/docker-centos-apache-php","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/fraigo/docker-centos-apache-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraigo%2Fdocker-centos-apache-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraigo%2Fdocker-centos-apache-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraigo%2Fdocker-centos-apache-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraigo%2Fdocker-centos-apache-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fraigo","download_url":"https://codeload.github.com/fraigo/docker-centos-apache-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fraigo%2Fdocker-centos-apache-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29178539,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-06T20:14:21.878Z","status":"ssl_error","status_checked_at":"2026-02-06T20:14:21.443Z","response_time":59,"last_error":"SSL_read: 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":["apache","apache24","centos7","docker","dockerfile","php","php55","php71"],"created_at":"2024-09-24T19:59:09.330Z","updated_at":"2026-02-06T22:01:02.772Z","avatar_url":"https://github.com/fraigo.png","language":"Dockerfile","readme":"# docker-centos-apache-php\n\nCreate Docker images for Web server based on Centos, Apache and PHP \n\n\n## Centos7, Apache 2.4, PHP 7.1\n\nCreate base image (php71-apache24-base)\n\n`docker image build -t php71-apache24-base ./php71-apache24-base`\n\nCreate image with extra components, custom config (`.custom-config/`) and web application code (`.www/` folder)\n\n`docker image build -t php71-apache24 ./php71-apache24`\n\nRun image\n\n`docker run -p 8080:8080 php71-apache24`\n\nOpen local web server\n\n`http://localhost:8080/`\n\n### PHP 7.1 Public docker image\n\nhttps://hub.docker.com/r/franciscoigor/php71-apache24-centos7\n\n## Centos7, Apache 2.4, PHP 5.5\n\nCreate base image (php55-apache24-base)\n\n`docker image build -t php55-apache24-base ./php55-apache24-base`\n\nCreate image with extra components, custom config (`.custom-config/`) and web application code (`.www/` folder)\n\n`docker image build -t php55-apache24 ./php55-apache24`\n\nRun image\n\n`docker run -p 8080:8080 php55-apache24`\n\nOpen local web server\n\n`http://localhost:8080/`\n\n### PHP 5.5 Public docker image\n\nhttps://hub.docker.com/r/franciscoigor/php55-apache24-centos7\n\n## Docker-compose example\n\nA common PHP development environment with :\n\n* PHP 7.1 / Apache 2.4 / Centos7\n  * `phpapp` container\n  * HTTP Port `8080`\n* MariaDB 10.3\n  * `mariadb` container\n* PHPMyAdmin\n  * `myadmin` container\n  * HTTP port `8082`\n\n### Run containers\n\n`docker-compose up -d`\n\n### Stop containers\n\n`docker-compose stop`\n\n### Unload containers\n\n`docker-compose down`\n\nAccess containers:\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffraigo%2Fdocker-centos-apache-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffraigo%2Fdocker-centos-apache-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffraigo%2Fdocker-centos-apache-php/lists"}