diff --git a/src/authentik/install-service.sh b/src/authentik/install-service.sh index b454a7c..766f38d 100644 --- a/src/authentik/install-service.sh +++ b/src/authentik/install-service.sh @@ -95,6 +95,7 @@ AUTHENTIK_EMAIL__USE_SSL=false AUTHENTIK_EMAIL__TIMEOUT=10 # Email address authentik will send from, should have a correct @domain AUTHENTIK_EMAIL__FROM= +AUTHENTIK_REDIS__DB=1 EOF docker compose pull @@ -104,4 +105,4 @@ case $PORTAINER in full) install_portainer_full ;; agent) install_portainer_agent ;; *) echo -e "\n######################################################################\n\n Enjoy your authentik intallation.\n\n######################################################################\n\n Setup your authentik instance by entering https://${myip}/if/flow/initial-setup/ into your browser.\n\n######################################################################" ;; -esac \ No newline at end of file +esac