Hi, wanting to set up a fleet container, i have th...
# fleet
e
Hi, wanting to set up a fleet container, i have this log. I bonded one port to :443
Copy code
{
  "terminated": "listen tcp 0.0.0.0:443: bind: permission denied",
  "ts": "2021-02-08T14:56:39.536145305Z"
}
Also happens with 80
s
The fleet container doesn’t run as root
z
Which means you want to bind to a higher number port within the container, and then you can map it to any port you want on the host.