Grad shape
Grad shape

Nginx Proxy Manager

Web Servers

About this project



This project comes as a pre-built docker image that enables you to easily forward to your websites running at home or otherwise, including free SSL, without having to know too much about Nginx or Letsencrypt.

  1. Install Docker and Docker-Compose
  1. Create a docker-compose.yml file similar to this:
services:
  app:
    image: 'docker.io/jc21/nginx-proxy-manager:latest'
    restart: unless-stopped
    ports:
      - '80:80'
      - '81:81'
      - '443:443'
    volumes:
      - ./data:/data
      - ./letsencrypt:/etc/letsencrypt

This

Technologies & License
MIT Docker
Quick Deploy

Deploy this project to cloud platforms with one click