Binding to priviledged ports (80 and 443)

Hi,
i can’t up it in centos 7



images as it given error like below

Any idea in same server 80 port is using for astersik

Thanks

Ports below 1024 are classed as priviledged ports and you can use them in docker/compose by adding the capability:

proxy:
   cap_add:
      - NET_BIND_SERVICE 

Hi,
after change in yml file , got same error.

Thanks