mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 18:18:55 +00:00
RELEASE_NAME was locked to a static value which prevented multiple instances of Firezone from running in the same network namespace (i.e. using net=host in a container). This change uses the value of the RELEASE_NAME environment variable and defaults to the current static value if not set.