{"id":17311260,"url":"https://github.com/rockstorm101/nginx-autoreload-docker","last_synced_at":"2026-05-03T04:40:28.690Z","repository":{"id":116363745,"uuid":"494724254","full_name":"rockstorm101/nginx-autoreload-docker","owner":"rockstorm101","description":"Nginx image which autoreloads on configuration changes","archived":false,"fork":false,"pushed_at":"2025-01-16T21:11:36.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-01T06:27:12.148Z","etag":null,"topics":["docker","nginx"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rockstorm101.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":"2022-05-21T08:26:03.000Z","updated_at":"2024-10-06T10:39:03.000Z","dependencies_parsed_at":"2023-12-10T20:22:55.932Z","dependency_job_id":"9764dc2a-4f52-493e-870a-2d94269a1a49","html_url":"https://github.com/rockstorm101/nginx-autoreload-docker","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockstorm101%2Fnginx-autoreload-docker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockstorm101%2Fnginx-autoreload-docker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockstorm101%2Fnginx-autoreload-docker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rockstorm101%2Fnginx-autoreload-docker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rockstorm101","download_url":"https://codeload.github.com/rockstorm101/nginx-autoreload-docker/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245761297,"owners_count":20667895,"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":["docker","nginx"],"created_at":"2024-10-15T12:39:57.549Z","updated_at":"2026-05-03T04:40:23.671Z","avatar_url":"https://github.com/rockstorm101.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nginx + autoreload\n[![GitHub Workflow Status][1]][2]\n\nDocker image of [Nginx][3] which automatically reloads on\nconfiguration changes.\n\nImage source at: https://github.com/rockstorm101/nginx-autoreload-docker.\n\n[1]: https://img.shields.io/github/actions/workflow/status/rockstorm101/nginx-autoreload-docker/test-build.yml?branch=master\n[2]: https://hub.docker.com/r/rockstorm/nginx-autoreload\n[3]: https://en.wikipedia.org/wiki/Nginx\n\n## Usage\n\nUse as a normal Nginx image. Add environment variable\n`AUTORELOAD_FILES` to track these files and auto-reload Nginx when any\nof these files gets modified. Example docker-compose.yml:\n\n```yaml\nservices:\n  nginx:\n    image: rockstorm/nginx-autoreload\n\n    environment:\n      AUTORELOAD_FILES: \"/etc/nginx/nginx.conf /etc/nginx/conf.d\"\n```\n\nNote that `AUTORELOAD_FILES` can contain multiple files and folders\nseparated by a space. However, no spaces are allowed on the\nfile/folder names.\n\n## Build Arguments\n\nBy default, this image uses the stable and [Alpine-based][4] Nginx image as\na base. Use build argument `NGINX_VERSION` to change the base Nginx\nDocker image being built upon.\n\n[4]: https://hub.docker.com/_/nginx\n\n## License\n\nView [license information][5] for the software contained in this\nimage.\n\nAs with all Docker images, these likely also contain other software\nwhich may be under other licenses (such as Nginx, etc from the base\nimage, along with any direct or indirect dependencies of the primary\nsoftware being contained).\n\nAs for any pre-built image usage, it is the image user's\nresponsibility to ensure that any use of this image complies with any\nrelevant licenses for all software contained within.\n\n[5]: https://github.com/rockstorm101/nginx-autoreload-docker/blob/master/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frockstorm101%2Fnginx-autoreload-docker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frockstorm101%2Fnginx-autoreload-docker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frockstorm101%2Fnginx-autoreload-docker/lists"}