docker / awesome-compose

Awesome Docker Compose samples
https://docs.docker.com/compose/
Creative Commons Zero v1.0 Universal
34.57k stars 6.64k forks source link

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

Open naala89 opened 1 year ago

naala89 commented 1 year ago

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.

NakanoMiku39 commented 12 months ago

I'd like to fix it

Shubhdeep02 commented 3 months ago

/assign

Shubhdeep02 commented 3 months ago

Indeed docker-compose.yml needs to be updated