{"id":20996687,"url":"https://github.com/sendya/docker-php-nginx","last_synced_at":"2026-03-19T18:23:06.853Z","repository":{"id":208553846,"uuid":"721920296","full_name":"sendya/docker-php-nginx","owner":"sendya","description":"Dockerized php \u0026 nginx","archived":false,"fork":false,"pushed_at":"2024-01-10T07:16:46.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-11T04:35:35.497Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sendya.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}},"created_at":"2023-11-22T03:48:39.000Z","updated_at":"2023-12-11T08:08:46.000Z","dependencies_parsed_at":"2023-11-26T08:20:29.812Z","dependency_job_id":"263584ba-e80e-4995-afa8-0872bdd7a222","html_url":"https://github.com/sendya/docker-php-nginx","commit_stats":null,"previous_names":["sendya/docker-php-nginx"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendya%2Fdocker-php-nginx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendya%2Fdocker-php-nginx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendya%2Fdocker-php-nginx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sendya%2Fdocker-php-nginx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sendya","download_url":"https://codeload.github.com/sendya/docker-php-nginx/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243410458,"owners_count":20286403,"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-11-19T07:36:53.416Z","updated_at":"2026-01-02T04:31:57.024Z","avatar_url":"https://github.com/sendya.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Dockerized PHP \u0026 Nginx\n\nPHP(fpm): 7.4.33\nNginx: nginx/1.20.2\n\n---\n\nwebroot: `/var/www/html/`  \nnginx-conf: `/etc/nginx/conf.d/` default.conf\n\n### Build Image\n\n```bash\n$ docker buildx build --platform=linux/arm64 -t php-fpm:7.4.33 . --no-cache\n```\n\n### docker-compose\n\n```yaml\nversion: \"3\"\n\nservices:\n  myweb:\n    image: php-fpm:7.4.33\n    container_name: myweb\n    ports:\n      - 8080:8080\n    volumes:\n      - ./www:/var/www/html\n      - ./nginx-conf:/etc/nginx/conf.d\n    restart: always\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsendya%2Fdocker-php-nginx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsendya%2Fdocker-php-nginx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsendya%2Fdocker-php-nginx/lists"}