I have adguard home setup and want to now run the nginx proxy manager which has a nice webui interface compared to using a command line. However, both use ports 80 and 443, and portainer doesnt like that. But I can run nginx in its own container in proxmox, use the command line and everything is fine. But when I try to create a container in portainer using the nginx proxy manager compose file, docker wont deploy because ports 80 and 443 are in use by adguard. How do I get around that? Haven’t found a cohesive and understandable solution. Thanks