Tim de Pater

Results 32 comments of Tim de Pater

Hi @Psycho0verload, Yes, when you mount a volume from your host system, it overrides everything already in the container at the mount location. What you should try to do is...

I'm going to close this issue due to inactivity. Let me know if you still need help!

Hi @johncoles, You're right, thank you!

Hi @pere000, That's intended to keep the image small. Bash has a larger footprint and most of the time you don't need the features that bash brings in a container....

Hi @harley5303, That's because nginx is running as an unprivileged user (not root). And those users can't use ports below 1024. You could remove [this line](https://github.com/TrafeX/docker-php-nginx/blob/master/Dockerfile#L47) to run nginx as...

Hi @harley5303, I hope you were able to solve the issue with the given answers. If not, let me know so I can reopen this issue.

Hi @jduan00, Thank you for your contribution! If you want, you can open a PR with an addition to the [docs/](https://github.com/TrafeX/docker-php-nginx/tree/master/docs) folder that describes how to configure this?

I'll close this issue due to inactivity. Feel free to open a PR anytime!

Hi @illmaren , Are you sure you're refering to a mount with an absolute path. You mention `srv/test`, but it probably should be `/srv/test`. Do you have an `index.php` file...

Hi @illmaren, Okay. Can you answer my second questions as well? What's in the `/srv/test` folder? Is there a `index.php` file?