With the single Docker Single Compose Setup method, is there an easy way to enable SSL for it?

Hi,

I tried to setup the instance with the single docker compose setup method with file pwd.yml.

It’s up and running fine but I would need SSL for it. I find this page
https://frappeframework.com/docs/v14/user/en/bench/guides/lets-encrypt-ssl-setup
But problem is the frontend container doesn’t have sudo, I don’t seem to be able to exec the command with this.

hello,

when you use traefik in the docker installation it should get an certificate automatically. Is the DNS setup correct to the IP of your Server? Remeber you need to allow 80/443 Ports (tcp)

1 Like

Thanks, I guess use traefik is the way to go

1 Like