Replies: 1 comment
-
Appologies. This was an issue with my hosting. It was blocking outbound. |
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
-
Hello,
I've been using
nginx-proxy
andacme-companion
on a django/vue project for the last year without issue. I have been running my containers on an ubuntu 20 system.As part of upgrading I have created a new server running ubuntu 22 and the latest version of docker (23.0.3)
my docker compose for nginx looks like the following:
The only thing I have changed from the working system is adding the sub-domain "stage" to the HOST urls.
While docker compose builds and starts without error the sites are not accessible and the following error is output:
and keeps looping.
I assume it is a server configuration issue but so far the following seems to all be ok:
docker exec nginx-proxy nginx -T
appears to show everything correctly configured with the right urlsnginx-proxy-acme | Info: running acme-companion version v2.2.7-5-gdefde43
I'm not sure how to proceed. Does Ubuntu 22 need some extra configuration as compared to ubuntu 20? Have I missed something?
Beta Was this translation helpful? Give feedback.
All reactions