{"id":16376747,"url":"https://github.com/wiktor-k/alpine-nginx","last_synced_at":"2026-05-15T11:37:13.683Z","repository":{"id":149360260,"uuid":"51844384","full_name":"wiktor-k/alpine-nginx","owner":"wiktor-k","description":"Latest Nginx on latest Alpine","archived":false,"fork":false,"pushed_at":"2019-09-13T18:53:24.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-05T04:35:41.905Z","etag":null,"topics":["alpine","docker","libressl","nginx"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/wiktork/alpine-nginx","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/wiktor-k.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2016-02-16T14:58:45.000Z","updated_at":"2019-09-13T18:53:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"98ff5a5e-fd1f-4019-b0b0-e2426cd93333","html_url":"https://github.com/wiktor-k/alpine-nginx","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/wiktor-k/alpine-nginx","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiktor-k%2Falpine-nginx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiktor-k%2Falpine-nginx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiktor-k%2Falpine-nginx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiktor-k%2Falpine-nginx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wiktor-k","download_url":"https://codeload.github.com/wiktor-k/alpine-nginx/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wiktor-k%2Falpine-nginx/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33065719,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T11:35:32.926Z","status":"ssl_error","status_checked_at":"2026-05-15T11:35:31.362Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["alpine","docker","libressl","nginx"],"created_at":"2024-10-11T03:26:01.226Z","updated_at":"2026-05-15T11:37:13.678Z","avatar_url":"https://github.com/wiktor-k.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Alpine Nginx\n\n[![Build Status](https://travis-ci.org/wiktor-k/alpine-nginx.svg?branch=master)](https://travis-ci.org/wiktor-k/alpine-nginx)\n\nLatest Nginx on latest Alpine with latest OpenSSL.\n\nFor exact versions see the Dockerfile.\n\nTo run it locally on port `8080` use:\n\n    docker run --rm -it -p 8080:80 wiktork/alpine-nginx:latest\n\nUse a named tag instead of `latest` to pin versions.\n\n## Configuration\n\nNginx inside this container is without configuration.\nTo supply your own configuration files add a volume and explicit option.\n\nBelow is a sample Docker Compose file:\n\n```yaml\nweb:\n    image: \"wiktork/alpine-nginx:1.17.3-3.10-1.1.1d\"\n    command: [\"/nginx/sbin/nginx\", \"-g\", \"daemon off;\", \"-c\", \"/configuration/nginx.conf\"]\n    ports:\n      - \"80:80\"\n      - \"443:443\"\n    volumes:\n      - /configuration:/configuration\n    restart: unless-stopped\n```\n\nThis image on [Docker Hub][HUB].\n\n[HUB]: https://hub.docker.com/r/wiktork/alpine-nginx\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiktor-k%2Falpine-nginx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwiktor-k%2Falpine-nginx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwiktor-k%2Falpine-nginx/lists"}