Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove needlessly published ports from examples #272

Merged
merged 1 commit into from
Nov 14, 2024

Conversation

pabzm
Copy link
Member

@pabzm pabzm commented Nov 8, 2024

Publishing the FPM port can even be dangerous if the image is run using docker, which manipulates firewalls to provide access from the public to all published ports.

Fixes #129

Publishing the FPM port can even be dangerous if the image is run using
docker, which manipulates firewalls to provide access from the public to
all published ports.
@pabzm pabzm requested a review from thomascube November 8, 2024 09:43
@pabzm pabzm self-assigned this Nov 11, 2024
@pabzm pabzm merged commit 05b1cdb into master Nov 14, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

port 900 is exposed to the world in fpm example docker-compose. may provide malware access to container.
2 participants