Closed
Description
Hi!
I have 2 active users and 4 different scopes. 2 scopes are shared but the other ones are the personal folder of my users.
So I configured my users in the front-end as follow:
- User1 scopes: Shared1, Shared2, Personal1
- User2 scopes: Shared1, Shared2, Personal2
However, after a docker container restart, my settings above are lost and these settings are applied:
- User1 scopes: Shared1, Shared2, Personal1, Personal2
- User2 scopes: Shared1, Shared2, Personal1, Personal2
Do I need to mount some additional file/folder to avoid this issue? Should I set them in the config.yaml file?
I'm currently using this image: docker.io/gtstef/filebrowser:0.7.3-dev
Metadata
Metadata
Assignees
Labels
Projects
Status
Done