efrecon / docker-s3fs-client

Alpine-based s3fs client: mount from container, make available to other containers
BSD 3-Clause "New" or "Revised" License
181 stars 64 forks source link

Chown files with uid:gid #14

Closed a-astapov closed 3 years ago

a-astapov commented 3 years ago

Fix bug when mount directory has root group

a-astapov commented 3 years ago

any combination of digits/names is valid, default gid equals 0. www-data:0
1000:0
0:root 1000:1000

efrecon commented 3 years ago

merged thank you. I was tired... :)