{"id":16198034,"url":"https://github.com/benoitvallon/docker-php-for-prestashop","last_synced_at":"2026-01-21T02:04:12.261Z","repository":{"id":27226292,"uuid":"30697527","full_name":"benoitvallon/docker-php-for-prestashop","owner":"benoitvallon","description":"Base docker image to run Prestashop (Apache with all php extensions for prestashop installed)","archived":false,"fork":false,"pushed_at":"2015-02-24T19:30:23.000Z","size":148,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-07T17:13:17.116Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"getpelican/pelican","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/benoitvallon.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-02-12T10:28:19.000Z","updated_at":"2015-02-12T10:43:18.000Z","dependencies_parsed_at":"2022-09-17T12:01:32.358Z","dependency_job_id":null,"html_url":"https://github.com/benoitvallon/docker-php-for-prestashop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/benoitvallon/docker-php-for-prestashop","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benoitvallon%2Fdocker-php-for-prestashop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benoitvallon%2Fdocker-php-for-prestashop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benoitvallon%2Fdocker-php-for-prestashop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benoitvallon%2Fdocker-php-for-prestashop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/benoitvallon","download_url":"https://codeload.github.com/benoitvallon/docker-php-for-prestashop/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/benoitvallon%2Fdocker-php-for-prestashop/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28622473,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-20T23:49:58.628Z","status":"online","status_checked_at":"2026-01-21T02:00:08.227Z","response_time":86,"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":[],"created_at":"2024-10-10T09:10:46.635Z","updated_at":"2026-01-21T02:04:12.245Z","avatar_url":"https://github.com/benoitvallon.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"docker-php-for-prestashop\n================\n\nBase docker image to run Prestashop (Apache with all php extensions for prestashop installed)\n\nRunning the docker image\n------------------------------------\n\nStart the image binding the external port 80, with your own php code in `/your-code-folder` and a container running mysql named `your-mysql-container`:\n\n    docker run -d -p 80:80 --name docker-php-for-prestashop \\\n        --link your-mysql-container:mysql \\\n        --volume /your-code-folder:/var/www/html \\\n        benoitvallon/docker-php-for-prestashop\n\nRunning the docker image with docker-compose\n------------------------------------\n\n    yourprestashop:\n        image: benoitvallon/docker-php-for-prestashop\n        restart: always\n        ports:\n          - \"80:80\"\n        links:\n          - your-mysql-container:mysql\n        volumes:\n          - /your-code-folder:/var/www/html\n\nAdding mail support with ssmtp\n------------------------------------\n\nIf you want the support of mails with ssmtp, you can mount your ssmtp configuration files with a volume.\n\n    --volume /your-ssmtp-configuration-folder:/etc/ssmtp\n\n\nBuilding the base image\n-----------------------\n\nTo create the base image `docker-php-for-prestashop`, execute the following command on the docker-php-for-prestashop folder after a git clone on the repo:\n\n    docker build -t docker-php-for-prestashop .\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenoitvallon%2Fdocker-php-for-prestashop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbenoitvallon%2Fdocker-php-for-prestashop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbenoitvallon%2Fdocker-php-for-prestashop/lists"}