setup.
The directory in question refers to a named docker volume. I want to access the files inside the volume from an Nginx server.
Nginx is installed on the host and worker process runs as ``www-data`` user.
but now that creates access problems . How do I safely solve this issue (I thought of chowning the full path but I am not sure if that will affect other docker services)?
are you trying to access a volume within the container or one attached to docker from outside?
Обсуждают сегодня