Steve Kamerman
Steve Kamerman
This should be fixed by #48
I think the idea was to track the upstream `nginx.conf`, so as the nginx team updates it, we immediately get those changes (for better or for worse). It should be...
I agree, for example, I'm extending the `nginx` image for an SSL offloader and I want to `UNEXPOSE 80` but leave `443`.
There's definitely no feature to do this intentionally, and I can't think of any way to cleanly workaround it. If I was in this situation, I might put my application...
Hi @dm17, here's a working example that you can try: First, make a new directory and create these files: `index.php` - this is our dummy "application" that will just reply...
Hi, > is there a way to pass more than one port? No, currently you can only expose one port per container. > if I make a separate container for...
This only works in PHP 7.1+ due to the return types, is there some other way to deal with the warnings?
Seems like I should bump the minimum PHP version to 7.1 or 7.2 🤔
Fixed in PR #60 and version `v1.1.0`
Sure, I'll try to get these fixed before the next release unless someone puts in a PR first :)