ntop / docker-ntop

A collection of Dockerfile for running ntop applications on Docker
299 stars 31 forks source link

port 3000 was occupied #10

Closed rayqusa closed 1 year ago

rayqusa commented 2 years ago

I tried change container port and local port into 1054 and the docker always restart. how to fix it? my 3000 port was used by sharepoint

thank you

Roki100 commented 2 years ago

Hello! i ran into same issue, as the support from ntop is really nonexistent and documentation is also zero i dug up and found it example: docker run -it --net=host ntopng -i eth0 -w <port> hope it helps!