Add initial admin account to kubernetes example

master
Michael Wyraz 5 years ago
parent 950a88bf0e
commit d9374e3c80

@ -143,6 +143,11 @@
# Advanced settings
###################################
# Create an admin account if it does not exist yet. It will also create the email domain for the account.
# INITIAL_ADMIN_ACCOUNT: "admin"
# INITIAL_ADMIN_DOMAIN: "example.com"
# INITIAL_ADMIN_PW: "s3cr3t"
# Docker-compose project name, this will prepended to containers names.
COMPOSE_PROJECT_NAME: "mailu"

Loading…
Cancel
Save