{"id":19450471,"url":"https://github.com/ymc-github/docker-lnmp","last_synced_at":"2026-04-11T12:48:16.964Z","repository":{"id":95798638,"uuid":"228159129","full_name":"YMC-GitHub/docker-lnmp","owner":"YMC-GitHub","description":"deploy lnmp(Linux+nginx+mysql+php) using docker","archived":false,"fork":false,"pushed_at":"2019-12-15T09:28:29.000Z","size":99,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T09:24:05.891Z","etag":null,"topics":["dkc","docker","mysql","nginx","php"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/YMC-GitHub.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-12-15T09:26:46.000Z","updated_at":"2021-06-14T10:29:39.000Z","dependencies_parsed_at":"2023-06-18T19:19:16.543Z","dependency_job_id":null,"html_url":"https://github.com/YMC-GitHub/docker-lnmp","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/YMC-GitHub/docker-lnmp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YMC-GitHub%2Fdocker-lnmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YMC-GitHub%2Fdocker-lnmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YMC-GitHub%2Fdocker-lnmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YMC-GitHub%2Fdocker-lnmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/YMC-GitHub","download_url":"https://codeload.github.com/YMC-GitHub/docker-lnmp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/YMC-GitHub%2Fdocker-lnmp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31681201,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-11T08:18:19.405Z","status":"ssl_error","status_checked_at":"2026-04-11T08:17:08.892Z","response_time":54,"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":["dkc","docker","mysql","nginx","php"],"created_at":"2024-11-10T16:37:53.705Z","updated_at":"2026-04-11T12:48:16.933Z","avatar_url":"https://github.com/YMC-GitHub.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n## introduction\n\ndeploy lnmp(Linux+Nginx+mysql+PHP) using docker\n\n## about architecture\n\n![architecture][1]\n\nThe whole app is divided into three Containers:\n\n1. nginx is running in `nginx` Container, which handles requests and makes responses.\n2. PHP or PHP-FPM is put in `PHP-FPM` Container, it retrieves php scripts from host, interprets, executes then responses to Nginx. If necessary, it will connect to `MySQL` as well.\n3. MySQL lies in `MySQL` Container, \n\nOur app scripts are located on host, you can edit files directly without rebuilding/restarting whole images/containers.\n\n## build your images\n\nAt first, you should have had [Docker](https://docs.docker.com) and [Docker Compose](https://docs.docker.com/compose) installed.\n\n    $ docker-compose build\n\n## create,start and run your containers\n\nWithout building images one by one, you can make use of $(docker-compose) and simply use:\n\n    $ docker-compose up --detach\n\nFor more operations to containers, please refer to:\n\n    $ docker-compose --help\n\nCheck out your https://\\\u003cdocker-host\\\u003e and have fun \n\ni prefer to use : docker-compose up --build --detach\n\n## Contributors\n\nMicooz micooz@hotmail.com\n\nsndnvaps sndnvaps@gmail.com\n\nymc-github yemiancheng@gmail.com\n\n## License\n\nMIT\n\n  [1]: architecture.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fymc-github%2Fdocker-lnmp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fymc-github%2Fdocker-lnmp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fymc-github%2Fdocker-lnmp/lists"}