The enhancement
When ADMIN_EMAIL env is not set with the docker run command, the const octopus@example.local is used as a placeholder.
Solution
A unique identifier will be used as the placeholder email for the admin user, ensuring each Octopus instance can be distinctly identified.
The enhancement
When ADMIN_EMAIL env is not set with the docker run command, the const
octopus@example.localis used as a placeholder.Solution
A unique identifier will be used as the placeholder email for the admin user, ensuring each Octopus instance can be distinctly identified.