Skip to content

Instantly share code, notes, and snippets.

@OSCUK
Last active August 1, 2023 19:01
Show Gist options
  • Save OSCUK/714a57622e6a9e7be6d1272be8e22974 to your computer and use it in GitHub Desktop.
Save OSCUK/714a57622e6a9e7be6d1272be8e22974 to your computer and use it in GitHub Desktop.
NGINX Proxy Manager
version: '3'
services:
app:
image: 'jc21/nginx-proxy-manager:latest'
restart: unless-stopped
ports:
- '8080:80'
- '8181:81'
- '4433:443'
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt
@OSCUK
Copy link
Author

OSCUK commented Feb 22, 2022

http://127.0.0.1:81/

Default Admin User:

Email: admin@example.com
Password: changeme

@Superman0071234
Copy link

http://127.0.0.1:81/

Default Admin User:

Email: admin@example.com
Password: changeme

@Superman0071234
Copy link

http://127.0.0.1:81/

Default Admin User:

Email: [admin@example.com]
Password: changeme

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment