1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-19 13:29:41 +02:00

feat(cli): Allow adding admin password using docker secrets aka file (#1199) (#1214)

This commit is contained in:
Nenad Ilic 2017-09-25 18:13:56 +02:00 committed by Anthony Lapenna
parent e2979a631a
commit 6cfffb38f9
4 changed files with 44 additions and 10 deletions

View file

@ -27,6 +27,7 @@ type (
SSLCert *string
SSLKey *string
AdminPassword *string
AdminPasswordFile *string
// Deprecated fields
Logo *string
Templates *string