add portainer; move nginx-p-m to the correct group

This commit is contained in:
Dziad Borowy
2022-09-17 20:34:14 +01:00
parent b6e63b4097
commit e8d940b36d
3 changed files with 28 additions and 3 deletions

View File

@@ -0,0 +1,32 @@
# 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
<br>
- [Github repo](https://github.com/jc21/nginx-proxy-manager)
- [Homepage](https://nginxproxymanager.com/guide/#quick-setup)
## docker-compose.yml
```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:
- Email: admin@example.com
- Password: changeme