baikal-docker icon indicating copy to clipboard operation
baikal-docker copied to clipboard

BREAKING CHANGE: Make file ownership opt-in

Open ckulka opened this issue 5 months ago • 0 comments

This PR stops changing the file ownership of the Baikal folder upon container start.

This used to be required to ensure local volumes on the host have the correct permissions set and that the user id of nginx/httpd can access them. Nowadays though, the recommended approach is user re-mapping, see https://docs.docker.com/engine/security/userns-remap/.

Only breaking change as it changes default behaviour. Functionality is still available and can be enabled if required.

ckulka avatar Jul 30 '25 14:07 ckulka