Question
If I'm using Docker, how can I ensure Nginx Proxy Manager has sufficient resources to handle certificate renewals?
Asked by: USER4752
114 Viewed
114 Answers
Answer (114)
Allocate sufficient CPU and memory to the Nginx Proxy Manager container in your Docker Compose file or Docker run command. Insufficient resources can lead to timeouts and internal errors during certificate renewal processes. Monitor resource usage and adjust accordingly.