Missing certain settings after restart docker

Hello! When I executed such command to restart fess " docker compose -f compose.yaml -f compose-elasticsearch8.yaml -f compose-kibanas8.yaml up -d" some my settings like: ldap settings and previously installed plugins were missed. How can I proceed in the future to avoid such problems? Can you tell me right way to install plugins? Previusly I did it via browser, loading plugins from my local computer. Thanks in advance for your reply!

You need to mount some directories for them. (ex. /opt/fess and /usr/share/fess/app/WEB-INF/plugin)
Please see this volumes entry in compose.yaml as reference.

1 Like

Thank you! It works for me!