Answer the question
In order to leave comments, you need to log in
Is it possible somehow to mount a folder in docker with container user rights?
Hello everyone,
Is it possible to somehow mount a folder in docker with container user rights?
snippet from my Docker-Compose:
version: "3.2"
services:
php:
build:
context: './docker/php/php${PHP_VERSION}-fpm/'
volumes:
- ./html:/var/www/html
container_name: php
Answer the question
In order to leave comments, you need to log in
Does the container run with the www-data user?
Look at https://stackoverflow.com/questions/40462189/docke... for example
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question