s3 plugin reset when restart docker-fess instance

Hi,
We’re trying to use s3 installing s3 plugin and it works fine but s3 plugin disappear when I restart docker-fess instance.
Is there any way to keep the plugin installed even if restart docker instance ?

To retain installed plugins, map the /usr/share/fess/app/WEB-INF/plugin directory to a local directory as shown below:

    volumes:
      - ./plugin:/usr/share/fess/app/WEB-INF/plugin

Afterwards, install the Groovy and S3 plugins from the Plugin page.

It works :clap:, Thanks :grinning: