TrafeX / docker-php-nginx

Docker image with PHP-FPM 8.3 & Nginx 1.26 on Alpine Linux
https://hub.docker.com/r/trafex/php-nginx
MIT License
1.37k stars 736 forks source link

app files owner root #111

Closed MathiasWeisheit closed 1 year ago

MathiasWeisheit commented 1 year ago

Hi, great work!

I have a smll problem.

The command COPY --chown=nobody src/ /var/www/html/

copies all my files, biut the owner is root.

What can I do?

TrafeX commented 1 year ago

Hi @MathiasWeisheit

That's weird. Are you sure you don't mount this folder as volume (with -v when you run the container via Docker)?

TrafeX commented 1 year ago

I'm closing this issue due to inactivity. Let me know if you're still need help.