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

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

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

State: open
Merged: No


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.

**Original Pull Request:** https://github.com/docker/awesome-compose/pull/576 **State:** open **Merged:** No --- 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.
GiteaMirror added the pull-request label 2026-03-07 21:30:27 -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#1173