fixes wrong ownership for bindfs
This commit is contained in:
@@ -31,8 +31,8 @@ for volume in ${volumes}; do
|
|||||||
fi
|
fi
|
||||||
echo "mounting ${mount_path}"
|
echo "mounting ${mount_path}"
|
||||||
sudo /usr/bin/bindfs \
|
sudo /usr/bin/bindfs \
|
||||||
--create-for-group=root \
|
--create-for-group=www-data \
|
||||||
--create-for-user=root \
|
--create-for-user=www-data \
|
||||||
--force-group="${MOUNT_USER}" \
|
--force-group="${MOUNT_USER}" \
|
||||||
--force-user="${MOUNT_USER}" \
|
--force-user="${MOUNT_USER}" \
|
||||||
"${volume_path}" \
|
"${volume_path}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user