-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
create default user #48
Conversation
docker-compose.yml
Outdated
ADMIN_LOGIN: admin | ||
ADMIN_FIRST_NAME: admin | ||
ADMIN_LAST_NAME: admin | ||
ADMIN_EMAIL: [email protected] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not familiar with no-email.org
, maybe it's safer to use [email protected]
, since it's owned by IANA
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Docs should mention the default user and password.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm thinking that maybe it's better to leave the code in docker-init.sh
and call it from docker-entrypoint.sh
. After #59, if docker-init.sh
gets some changes in upstream we will be able to merge them, but if the file disappears we will miss those changes.
Tienes razón! I'll wait for that PR to be merged and then update preserving the init script. |
Signed-off-by: Maxim Sukharev <[email protected]>
Signed-off-by: Maxim Sukharev <[email protected]>
Signed-off-by: Maxim Sukharev <[email protected]>
Rebased on master. Don't forget to update |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
fix: #11