docker / awesome-compose

Awesome Docker Compose samples

Home Page:https://docs.docker.com/compose/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

README.md incorrect ports in the sample code in vuejs/README.md

naala89 opened this issue · comments

Blob link: vuejs/README.md

The explanation text is correct, that the external port 8080 is mapped to the internal port 8080.

However, the sample docker-compose.yml code shows port 80 mapped to port 8080.

This would be updated to reflect the actual docker-compose.yml.

I'd like to fix it