I moved Syncthing from Ubuntu to Docker on Ubuntu and somehow can#t get it to work:
Error shown in Web-UI: 2019-12-13 08:07:05: Error on folder “FOLDER1” (xxxxx-yyyyy): stat /datapool1/backup/PATH/FOLDER: permission denied
But I can stat that folder without Problems, when I exec onto the container as user syncthing: File: /datapool1/backup/PATH/FOLDER Size: 23 Blocks: 17 IO Block: 1536 directory Device: 2ch/44d Inode: 286875 Links: 22 Access: (0770/drwxrwx—) Uid: ( 1004/USERA) Gid: ( 1008/USERA)
I can also ls that directory and the .stfolder within, and cat the .stignore
Any ideas, what’s going wrong?
Thanks a lot in advance!