A custom docker image with added modules to run Nginx server.
Based on the nginx-alpine-slim official docker image.
The latest tag add modules such as:
The slim tag add modules such as:
The slimer tag add modules such as:
This is an example config
version: "3"
services:
doh-server:
image: snowy68/nginx-mainline:latest
container_name: nginx
restart: unless-stopped
ports:
- "80:80/tcp"
volumes:
- ./nginx:/etc/nginx
- /etc/passwd:/etc/passwd:ro
- Support for arm64