wmnnd / nginx-certbot

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

Doesn't work on raspberry pi #109

Closed solancer closed 3 years ago

solancer commented 3 years ago

This fails on raspberry pi because of the cerbot and Nginx build are different for arm based systems

tkockler commented 3 years ago

Problem is the certbot image which is not build for ARM. The script works when you change it to "certbot/certbot:arm32v6-latest" for example in docker-compose.yml.