-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Open
Labels
Description
Checklist
- Have you pulled and found the error with
jc21/nginx-proxy-manager:latest
docker image?- Yes
- Are you sure you're not using someone else's docker image?
- Yes
- Have you searched for similar issues (both open and closed)?
- Yes
Describe the bug
Performed portainer Stack update and now can't login
Here is the stack:
services:
app:
image: 'jc21/nginx-proxy-manager:latest'
restart: unless-stopped
ports:
- '80:80' # Public HTTP Port
- '443:443' # Public HTTPS Port
- '81:81' # Admin Web Port
volumes:
- ./data:/data
- ./letsencrypt:/etc/letsencrypt
Nginx Proxy Manager Version
Was on v2.12.3 and tried to update to v2.12.4
To Reproduce
Steps to reproduce the behavior:
- Go to Portainer
- Click on update stack
- Scroll down to pull update
- See error
ERROR: Cannot install certbot-dns-cloudflare==4.0.0 and cloudflare==4.0.* because these package versions have conflicting dependencies.
Expected behavior
Screenshots
Operating System
Additional context