Gronis / docker-seafile-client

Run a seafile client inside docker which can sync files from seafile repositories
MIT License
18 stars 12 forks source link

Wrong GID applied to folder #13

Closed sdotb closed 2 years ago

sdotb commented 2 years ago

Set up in docker-compose.yml:

      - SEAFILE_UID=0
      - SEAFILE_GID=100

on machine sysadmins group have GID 1000, users group have GID 100

what I expect: drwxrwsr-x+ 2 root users 4096 Feb 26 12:02 test-folder

what I found: drwxrwsr-x+ 2 root sysadmins 4096 Feb 26 12:02 test-folder

UID changes are reflected correctly, GID no.

Gronis commented 2 years ago

I've made some changes that works for me. Try out the latest pull from docker hub!

sdotb commented 2 years ago

Looks like it work as expected now