I created the nginxproxymanager docker compose file and volume mount points outside of portainer.
/home/user/docker/nginxproxymanager/data, letsencrypt, docker-compose.yaml
And portainer, while being able to start and stop the service, display IP and gateway IP, add networks, I still would want full control over this container.
For example I cannot go into CLI (please correct me if the cause is not becase of the container being created outside of portainer), edit the yaml and so on.
Is there a way, for me to move the existing data, /letsencrypt
and /data
into the portainer volume portainer_data
, then redefine the mount points in the compose yaml inside portainer and redeploy the nginxproxy manager?
Thank you for looking.