Public link changes with container restart (down and up)

Each time when we restart the metabase container, the public link gets changed.
Is there way we can make the public link constant ?

Hi @kjbimal
Please post “Diagnostic Info” from Admin > Troubleshooting.
What do you mean by “link gets changed” - does the UUID change?

The Alpha numerical value after http://hostname:3000/public/.

{
“browser-info”: {
“language”: “en-IN”,
“platform”: “Win32”,
“userAgent”: “Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Safari/537.36”,
“vendor”: “Google Inc.”
},
“system-info”: {
“java.runtime.name”: “OpenJDK Runtime Environment”,
“java.runtime.version”: “1.8.0_212-b04”,
“java.vendor”: “IcedTea”,
“java.vendor.url”: “https://icedtea.classpath.org”,
“java.version”: “1.8.0_212”,
“java.vm.name”: “OpenJDK 64-Bit Server VM”,
“java.vm.version”: “25.212-b04”,
“os.name”: “Linux”,
“os.version”: “3.10.0-1062.9.1.el7.x86_64”,
“user.language”: “en”,
“user.timezone”: “GMT”
},
“metabase-info”: {
“databases”: [
“sqlserver”,
“postgres”
],
“hosting-env”: “unknown”,
“application-database”: “postgres”,
“run-mode”: “prod”,
“version”: {
“tag”: “v1.33.5.1”,
“date”: “2019-11-14”,
“branch”: “enterprise-release-1.33.x”,
“hash”: “6dad632”
},
“settings”: {
“report-timezone”: null
}
}

@kjbimal
When using the Enterprise Edition, please contact support via email.
I have a feeling that you’re not restarting the container, but you’re destroying it and creating a new.
But that shouldn’t change the public link UUID.
And you’re not using the official Docker release - why not?
How are you hosting Metabase?