Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Latest commit

 

History

History
40 lines (30 loc) · 1.01 KB

README.md

File metadata and controls

40 lines (30 loc) · 1.01 KB

Docker-nginx-mainline 📦

A custom docker image with added modules to run Nginx server.

Featury bits & pieces 🪡

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:

Docker Compose configuration:

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

TODO

  • Support for arm64