This message was deleted.
# general
a
This message was deleted.
a
Should it not be http://localhost:8443 or something, cannot remember the port.
s
I have done port mapping 80:80 in docker compose
it should work with http://localhost rite?
if i remove rancher desktop, localhost working fine with the xampp
a
You cannot port forward to a port on your local, that is in use. I think that might be the issue here. Maybe try port 81 on your local?
s
this was working fine with the docker desktop
Copy code
ports:
    - "80:80"
    - "443:443"
docker-compose.yml
After switching to rancher desktop facing this issue
w
FYI there's #rancher-desktop