templates icon indicating copy to clipboard operation
templates copied to clipboard

Nginx proxy manager template

Open danielgroen opened this issue 2 years ago • 0 comments

Just like the traefik template, the other edge router: Nginx proxy manager would also be a good enhancement

version: '3'
services:
  app:
    image: 'jc21/nginx-proxy-manager:latest'
    restart: unless-stopped
    ports:
      - '80:80'
      - '81:81'
      - '443:443'
    volumes:
      - ./data:/data
      - ./letsencrypt:/etc/letsencrypt

danielgroen avatar Nov 21 '22 09:11 danielgroen