Replies: 2 comments
-
I have the same issue. Only port 80 will proxy to the virtualport, not 443. |
Beta Was this translation helpful? Give feedback.
0 replies
-
@srchulo the Docker Compose doc was written a while ago and not meant as a reference, maybe You can find compose examples with a Docker network here : https://github.com/buchdag/letsencrypt-nginx-proxy-companion-compose |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to get
docker-compose.yml
working with my own web server. All of the examples that I can find that have a third service seem to be usingdocker-gen
:https://github.com/JrCs/docker-letsencrypt-nginx-proxy-companion/wiki/Docker-Compose
I can get https working when I launch all three separately with
docker run
in the examples, but I'd love to get them all working indocker-compose.yml
. Is this possible? Below is mydocker-compse.yml
:Beta Was this translation helpful? Give feedback.
All reactions