{"id":20850477,"url":"https://github.com/noteed/docker-nginx","last_synced_at":"2025-12-24T16:02:26.825Z","repository":{"id":10709705,"uuid":"12956929","full_name":"noteed/docker-nginx","owner":"noteed","description":"Nginx as a Docker image","archived":false,"fork":false,"pushed_at":"2014-05-01T09:35:45.000Z","size":120,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-19T06:11:42.026Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/noteed.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":"2013-09-19T19:09:28.000Z","updated_at":"2014-05-01T09:35:45.000Z","dependencies_parsed_at":"2022-09-02T06:10:23.031Z","dependency_job_id":null,"html_url":"https://github.com/noteed/docker-nginx","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noteed%2Fdocker-nginx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noteed%2Fdocker-nginx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noteed%2Fdocker-nginx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/noteed%2Fdocker-nginx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/noteed","download_url":"https://codeload.github.com/noteed/docker-nginx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243216147,"owners_count":20255324,"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-18T03:09:42.229Z","updated_at":"2025-12-24T16:02:26.742Z","avatar_url":"https://github.com/noteed.png","language":"Shell","readme":"# Nginx as a Docker image\n\nThis is a very simple Docker image with Nginx. It can be used to serve the\ncurrent directory, tuning the behavior with Nginx configuration files.\n\n## Running it\n\nAssuming the image has been built as `noteed/nginx`, running is\nstraightforward:\n\n    \u003e docker run -p 80:80 noteed/nginx\n\nThe interesting part is to feed the Docker container, and thus Nginx, with your\nconfiguration, and possibly a root directory from which Nginx will serve some\nstatic content:\n\n    \u003e docker run -p 80:80 \\\n        -v `pwd`/www:/usr/share/nginx/www \\\n        -v `pwd`/sites-enabled:/etc/nginx/sites-enabled \\\n        noteed/nginx\n\nWhile the Docker container is running, the Nginx access logs are displayed.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoteed%2Fdocker-nginx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnoteed%2Fdocker-nginx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnoteed%2Fdocker-nginx/lists"}