[PR #580] fix: align vuejs README port mapping with actual behavior #1177

Open
opened 2026-03-07 21:30:29 -06:00 by GiteaMirror · 0 comments
Owner

Original Pull Request: https://github.com/docker/awesome-compose/pull/580

State: open
Merged: No


Fix: Align vuejs README port mapping with actual configuration

This pull request updates the vuejs/README.md to ensure consistency between the explanation and the docker-compose.yml example.

Changes made:

  • Updated the explanation text to reflect that port 8080 on the host is mapped to port 8080 in the container.
  • Updated the docker-compose.yml snippet to use "8080:8080" instead of "80:8080".

Why:

The previous example showed "80:8080", which didn't match the accompanying explanation or the actual behavior. This fix ensures clarity and avoids confusion for users following the guide.

**Original Pull Request:** https://github.com/docker/awesome-compose/pull/580 **State:** open **Merged:** No --- ## Fix: Align vuejs README port mapping with actual configuration This pull request updates the `vuejs/README.md` to ensure consistency between the explanation and the `docker-compose.yml` example. ### Changes made: - Updated the explanation text to reflect that port `8080` on the host is mapped to port `8080` in the container. - Updated the `docker-compose.yml` snippet to use `"8080:8080"` instead of `"80:8080"`. ### Why: The previous example showed `"80:8080"`, which didn't match the accompanying explanation or the actual behavior. This fix ensures clarity and avoids confusion for users following the guide.
GiteaMirror added the pull-request label 2026-03-07 21:30:29 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#1177