Hello hello,
I currently have this Docker Compose image. Due to permissions issues with Docker for Windows, I’d need to run Nginx and PHP-FPM as root:root
But I can’t manage to find how… Could someone help me with this one?
Thanks
Share and learn in the Docker community.
Hello hello,
I currently have this Docker Compose image. Due to permissions issues with Docker for Windows, I’d need to run Nginx and PHP-FPM as root:root
But I can’t manage to find how… Could someone help me with this one?
Thanks
How did you install Docker on Windows?
Using Docker for Windows with Hyper-V. And I’m facing this issue. So running process as root:root
would solve my issue
That is quite unfortunate. There is nothing you can do unless they fix it.
In the meantime can you try installing using docker-machine
and see if it has the same issue?