You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dockerfile creates an admin with default password and api key.
Why creating user in Dockerfile ?
On Galaxy startup script (entrypoint), an admin user is created based on env vars GALAXY_DEFAULT_ADMIN_USER, etc.
This allows to create an admin user with custom credentials at startup.
But as user is already created in Dockerfile, we keep a user with default credentials and cannot modify it at startup.
The text was updated successfully, but these errors were encountered:
Dockerfile creates an admin with default password and api key.
Why creating user in Dockerfile ?
On Galaxy startup script (entrypoint), an admin user is created based on env vars GALAXY_DEFAULT_ADMIN_USER, etc.
This allows to create an admin user with custom credentials at startup.
But as user is already created in Dockerfile, we keep a user with default credentials and cannot modify it at startup.
The text was updated successfully, but these errors were encountered: