Sign inSign up

minarox/custom-nginx-server

By minarox

Updated 10 months ago

Simple Nginx docker image with custom config

Image
Web servers
0

107

minarox/custom-nginx-server repository overview

Simple custom Nginx server

This repository provides a simple, up to date, Nginx Docker image configured with a custom default.conf.

🚀 Quick Start

  • With Docker:
docker run --name custom-nginx-server -p 80:80 -v $(pwd):/usr/share/nginx/html:ro -d minarox/custom-nginx-server
  • With Docker Compose:
version: '3.8'
services:
  custom-nginx-server:
    container_name: custom-nginx-server
    image: minarox/custom-nginx-server
    ports:
      - "80:80"
    volume:
      - ./:/usr/share/nginx/html:ro

⚙️ Build custom image

More details on GitHub.

💼 License

MIT © Mathis Serrieres Maniecki

Tag summary

Content type

Image

Digest

sha256:4b1bda15c

Size

57 MB

Last updated

10 months ago

docker pull minarox/custom-nginx-server