https://github.com/akafeng/docker-nginx
๐ณ Docker Image Packaging for Nginx
https://github.com/akafeng/docker-nginx
boringssl debian docker http3 nginx openssl quiche
Last synced: about 1 month ago
JSON representation
๐ณ Docker Image Packaging for Nginx
- Host: GitHub
- URL: https://github.com/akafeng/docker-nginx
- Owner: akafeng
- Created: 2021-04-14T14:20:50.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2026-03-10T17:35:05.000Z (3 months ago)
- Last Synced: 2026-03-10T22:38:47.317Z (3 months ago)
- Topics: boringssl, debian, docker, http3, nginx, openssl, quiche
- Language: Dockerfile
- Homepage: https://ghcr.io/akafeng/nginx
- Size: 55.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Nginx
A web server that can also be used as a reverse proxy, load balancer, mail proxy and HTTP cache.
Container Registry ยท
Project Source
---
### Quick Start
```bash
$ docker pull ghcr.io/akafeng/nginx
```
### Environment Variables
| Name | Default | Example |
| --- | ---- | ---- |
| TZ | UTC | Asia/Shanghai |
| ENABLE_CRONTAB | false | true |
### Thanks
- [@metowolf](http://github.com/metowolf)
- [@kn007](https://github.com/kn007)