How to have anonymous access permanent when using nexus as container

Hello There,

We are using Nexus 3.45-1 a in docker container when we enable anonymous access as per this

https://support.sonatype.com/hc/en-us/articles/360050779593-How-to-grant-anonymous-access-to-a-specific-repository-

Anonymous Access

and it gets enabled but when we restart container it disables the configured access, how we can make it persistent, anything to be added in Dockerfile or in startup scripts so that whenever container is restarted it will be still there.

Please guide,

Regards,
Sam

Nexus stores this information in a database, if the setting is being reset then that suggests your deployment doesn’t have a persistent storage for the database (which will cause data loss generally).