Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 592 Bytes

File metadata and controls

32 lines (25 loc) · 592 Bytes

nginx-proxy-manager

  • it's basically a very nice UI for nginx reverse-proxy
  • a very nice UI
  • making it extremely easy to use nginx

docker-compose.yml

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

Login with: