You've already forked nginx-proxy-manager
mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-08-13 10:42:25 +03:00
.github
backend
docker
docs
.vuepress
advanced-config
dev-notes
faq
guide
screenshots
setup
third-party
upgrading
.gitignore
README.md
package.json
yarn.lock
frontend
scripts
test
.dockerignore
.gitignore
.version
DEV-README.md
Jenkinsfile
LICENSE
README.md
home, heroImage, actionText, actionLink, footer
home | heroImage | actionText | actionLink | footer |
---|---|---|---|---|
true | /logo.png | Get Started → | /guide/ | MIT Licensed | Copyright © 2016-2021 jc21.com |
Get Connected
Expose web services on your network · Free SSL with Let's Encrypt · Designed with security in mind · Perfect for home networks
Beautiful UI
Based on Tabler, the interface is a pleasure to use. Configuring a server has never been so fun.
Quick Setup
- Install Docker and Docker-Compose
- Create a docker-compose.yml file similar to this:
version: '3'
services:
app:
image: 'jc21/nginx-proxy-manager:3'
ports:
- '80:80'
- '81:81'
- '443:443'
volumes:
- ./data:/data
- Bring up your stack
docker-compose up -d
- Log in to the Admin UI
When your docker container is running, connect to it on port 81
for the admin interface.