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

A custom image of nginx mainline with added modules. 📦

Notifications You must be signed in to change notification settings

Gontier-Julien/docker-nginx-mainline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A custom image of nginx mainline with added modules. 📦

Resources

Stars

Watchers

Forks