Stuck on lubelogger #571
-
I looked at the lubelogger docker container and it looks like something I can really use. I'm new to the docker containers in general. I've got several other containers that work great and I can spin this up fine. For whatever reason, I can't seem to log in, even though I think I have everything right.
I'm logging into the server like I do the other containers: 192.168.50.5:8090, but it just comes up "This site can't be reached, 192.168.50.5 refused to connect." I'm running on Ubuntu 22.04 for both machines, ufw for the firewall. I did allow port 8090, both on v4 and v6. Rebooting the machine hasn't done anything. I'm not running traefik (although considering it for the future) |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
port mapping issue. You need to map port 8090 to 8080, so do "8090:8080" |
Beta Was this translation helpful? Give feedback.
-
Thank you. I'll give it a go. |
Beta Was this translation helpful? Give feedback.
port mapping issue.
You need to map port 8090 to 8080, so do "8090:8080"