https://rancher.com/ logo
Title
a

adamant-truck-16816

02/06/2023, 9:01 PM
I am trying to start nginx on port 80 and somehow my Mac tells me that port 80 is being used by Lima after running desktop. Any trick to allow nginx to have that port?
I figured out por 80 bi unclicking traefik, but 443 still remains
Wrong, limactl stil has 443 and 80
❯ alias ports
ports='lsof -nP -iTCP -sTCP:LISTEN'
❯ ports | grep 80
mediashar   838 jaimegarza    6u  IPv4 0x7a07120da6a8c805      0t0  TCP *:3689 (LISTEN)
node       1003 jaimegarza   37u  IPv4 0x7a07120da6a84805      0t0  TCP 127.0.0.1:45623 (LISTEN)
limactl   24810 jaimegarza   23u  IPv4 0x7a07120da4f9b5e5      0t0  TCP *:80 (LISTEN)
ssh       25211 jaimegarza   25u  IPv4 0x7a07120da7fee805      0t0  TCP 127.0.0.1:6444 (LISTEN)
ssh       25211 jaimegarza   26u  IPv4 0x7a07120da4f20805      0t0  TCP *:6443 (LISTEN)
❯ ports | grep 443
limactl   24810 jaimegarza   22u  IPv4 0x7a07120da6a8f485      0t0  TCP *:443 (LISTEN)
ssh       25211 jaimegarza   26u  IPv4 0x7a07120da4f20805      0t0  TCP *:6443 (LISTEN)
steve     25926 jaimegarza    9u  IPv4 0x7a07120da4fc4105      0t0  TCP 127.0.0.1:9443 (LISTEN)
f

fast-garage-66093

02/06/2023, 11:51 PM
Can you try to restart RD after disabling Traefik?