Stuck on expose client with my own server #230
Replies: 6 comments
-
Having similar problems trying to use a reverse proxy. @dragonfire1119 did you figure out a solution? I can hit the admin dashboard through the reverse proxy but trying to expose a site just hangs. |
Beta Was this translation helpful? Give feedback.
-
Sorted out my issue - was a configuration problem. |
Beta Was this translation helpful? Give feedback.
-
Could you explain how you fixed it? Thanks |
Beta Was this translation helpful? Give feedback.
-
It was a combination of a misconfigured docker container and DNS records being incorrect. |
Beta Was this translation helpful? Give feedback.
-
@chrisdicarlo sorry for so many questions but do you happen to know what was misconfigured maybe it could help me in getting this resolved? Thanks for your time! |
Beta Was this translation helpful? Give feedback.
-
I had my container only listening to 127.0.0.1 instead of 0.0.0.0 |
Beta Was this translation helpful? Give feedback.
-
I'm trying to set up a docker server. I can access the admin panel & the site but when I use the command on the command line
expose
it just hangs. I add -vvv & it shows everything is good with PHP but it just doesn't start up a subdomain with the welcome message or anything.Beta Was this translation helpful? Give feedback.
All reactions