wmnnd / nginx-certbot

Boilerplate configuration for nginx and certbot with docker-compose
MIT License
3.16k stars 1.17k forks source link

When setup renew, no nginx logs #127

Open pmichali opened 2 years ago

pmichali commented 2 years ago

Great method to setup and manage certs! I have it working, but when I tried to setup for renewal, I no longer see nginx logs. IIUC, it seems like nginx is running in the foreground of the container, and therefore I cannot see log messages. Am I correct? Is there some way to get around that?