-
Notifications
You must be signed in to change notification settings - Fork 824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Seems to me that letsencrypt-nginx-proxy-companion
is doing its work and that the issue comes from elsewhere : the certificates are correctly generated, are picked up by docker-gen
and are included in nginx configuration.
#729
Comments
Hi. Could you be a bit more specific regarding your issue and maybe change the title to something shorter and relevant ? Note that I won't provide support for external tutorials, they're their authors responsibility. |
sure @buchdag i am new in docker and nginx before it's working fine after updating whenever i run my docker compose
thsi is my yml fiel docker-compose.staging.yml
my nginx directory look like this └── nginx
|
I guess that's after updating the companion container, right ? You need a new Docker volume attached to There's a bit more info on the README:
|
Seems to me that
letsencrypt-nginx-proxy-companion
is doing its work and that the issue comes from elsewhere : the certificates are correctly generated, are picked up bydocker-gen
and are included in nginx configuration.Are you certain your host's port
443
is accessible from the outside ?Can you curl
https://test1.mywebsite.com
from the host itself ?Originally posted by @buchdag in #553 (comment)
curl domain-name.com
RETURN
The text was updated successfully, but these errors were encountered: