mikesplain / openvas-docker

A Docker container for Openvas
MIT License
762 stars 302 forks source link

cannot change web ui port 443 #139

Closed idan89 closed 7 years ago

idan89 commented 7 years ago

I am not able to change the port 443 when running the command:

docker run -d -p 443:443 --name openvas mikesplain/openvas

im already using the port 443 with nginx and Im having conflicts. the only workaround I found was stopping nginx and re run the command. would be great to access openvas web using another port instead of 443.

anyone? thx

mikesplain commented 7 years ago

Hi @idan89, you can change the port by changing the first 443

docker run -d -p 8443:443 --name openvas mikesplain/openvas