roottusk / vapi

vAPI is Vulnerable Adversely Programmed Interface which is Self-Hostable API that mimics OWASP API Top 10 scenarios through Exercises.
GNU General Public License v3.0
1.17k stars 303 forks source link

Change www service port map to 8000:80 #48

Open corysabol opened 1 year ago

corysabol commented 1 year ago

This is to avoid possible conflicts with services that are running on the container host on port 80, such as an NGINX proxy etc. Generally it's a good idea to avoid mapping to low host ports.