[PR #576] fix: remove invalid expose from frontend service #572

Open
opened 2025-11-06 14:29:02 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/576
Author: @k-kbk
Created: 3/27/2025
Status: 🔄 Open

Base: masterHead: fix-invalid-expose


📝 Commits (1)

  • 53bee33 fix: remove invalid expose from frontend service

📊 Changes

1 file changed (+3 additions, -3 deletions)

View changed files

📝 react-java-mysql/compose.yaml (+3 -3)

📄 Description

The frontend service incorrectly exposed MySQL port 3306, which is not required since it doesn't run any database. This commit removes the unnecessary expose directive and ensures that only the db service exposes the appropriate ports.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/docker/awesome-compose/pull/576 **Author:** [@k-kbk](https://github.com/k-kbk) **Created:** 3/27/2025 **Status:** 🔄 Open **Base:** `master` ← **Head:** `fix-invalid-expose` --- ### 📝 Commits (1) - [`53bee33`](https://github.com/docker/awesome-compose/commit/53bee33b36b7db1c74029b2bafbfcc13e51def27) fix: remove invalid expose from frontend service ### 📊 Changes **1 file changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `react-java-mysql/compose.yaml` (+3 -3) </details> ### 📄 Description The frontend service incorrectly exposed MySQL port 3306, which is not required since it doesn't run any database. This commit removes the unnecessary expose directive and ensures that only the db service exposes the appropriate ports. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-06 14:29:02 -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#572