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

Fix NGINX regression Docker Expose #2762

Merged
merged 1 commit into from
May 30, 2022

Commits on May 30, 2022

  1. Fix NGINX regression Docker Expose

    RSS-Bridge#2721 introduced a regression by not properly declaring the exposed port in Dockerfile.
    The Apache version did it correctly:
    https://github.com/docker-library/php/blob/faf8864e3845ced80780c03eefc66c022e2f9ac1/8.1/buster/apache/Dockerfile#L289
    
    The consequence is that other systems, e.g. Traefik, could not know what port to route to.
    Alkarex committed May 30, 2022
    Configuration menu
    Copy the full SHA
    9497b95 View commit details
    Browse the repository at this point in the history