Print the help for the docker run
command and you’ll see lots of options. One lets you set environment variables in the new container with key-value pairs.
Check the appsettings.json file in the source code to find the name of the variable you need to set.
Need more? Here’s the solution.