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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,9 @@ List of environment variables for more customization:
81
81
| ENABLE_AUTHENTICATION | true |`false` by default. |
82
82
| AUTHENTICATION_REALM | MyRealm | Use this env if ENABLE_AUTHENTICATION is `true`. |
83
83
| USERNAME | admin | Use this env if ENABLE_AUTHENTICATION is `true`. |
84
+
| USERNAME_FILE | /run/secrets/username | Alternative to `USERNAME`. |
84
85
| PASSWORD | supersecret | Use this env if ENABLE_AUTHENTICATION is `true`. |
86
+
| PASSWORD_FILE | /run/secrets/password | Alternative to `PASSWORD`. |
85
87
| ENABLE_HTTPS | true |`false` by default. |
86
88
| LEGO_PATH | /lego-files | Use this env if ENABLE_HTTPS is `true`. Lego is used to create the SSL certificates. Create a named volume for this path to avoid the creation of a new certificate on each run. |
87
89
| HTTPS_HOSTNAME | swarm-dashboard.example.com | Use this env if ENABLE_HTTPS is `true`. |
0 commit comments