Add a section on how to configure user/password for unity-accelerator dashboard#1
Open
FilipSivak wants to merge 1 commit intoshiena:masterfrom
Open
Add a section on how to configure user/password for unity-accelerator dashboard#1FilipSivak wants to merge 1 commit intoshiena:masterfrom
FilipSivak wants to merge 1 commit intoshiena:masterfrom
Conversation
Owner
|
Thank you. modify accelerator.env or modify docker-compose.yml accelerator:
environment:
- USER=foo
- PASSWORD=baror alternative modify docker-compose.yml # on shell
USER=foo
PASSWORD=barand accelerator:
environment:
- USER
- PASSWORDsee also |
Author
|
@shiena Yes, you are correct. I guess I should have read Unity documentation on containers more thoroughly. However, I was thrown off by the dashboard having no configured account by default. I think including the "admin/admin" account in |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi!
First of all thanks for great work! It puzzled me what was the default account/password for dashboard until I've figured there is non. Having short info on how to actually go into container and change it could be useful.
Thanks!