-
Notifications
You must be signed in to change notification settings - Fork 83
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
How to expose LuCI outside container #82
Comments
Hi ^^ have you found a solution to your problem ? thanks |
No, I wasn't able to figure it out. |
I'm able to access the interface just fine:
The running container is based on your Dockerfile started via |
This is what I'm getting:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a
Dockerfile
[1] that installsluci
andluci-ssl
, and adocker-compose.yml
file [2], that exposes ports80
and443
, but when I visit http://localhost or https://localhost in my browser, it isn't showing up. Also, I don't see any logs fromuhttpd
.The text was updated successfully, but these errors were encountered: