mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +02:00
feat(cli): Allow setting admin password from CLI (#752)
This commit is contained in:
parent
f15cf3e8be
commit
5745606fe7
3 changed files with 26 additions and 6 deletions
|
@ -26,6 +26,7 @@ type (
|
|||
TLSCacert *string
|
||||
TLSCert *string
|
||||
TLSKey *string
|
||||
AdminPassword *string
|
||||
}
|
||||
|
||||
// Settings represents Portainer settings.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue