change sequence of steps in readmi

This commit is contained in:
Viktor Scharf
2025-09-04 12:38:17 +02:00
parent 487b73f0b3
commit 1c1ccef59c
2 changed files with 8 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ services:
# demo users
IDM_CREATE_DEMO_USERS: "${DEMO_USERS:-false}"
# admin password
IDM_ADMIN_PASSWORD: "${INITIAL_ADMIN_PASSWORD:-admin}"
IDM_ADMIN_PASSWORD: "${INITIAL_ADMIN_PASSWORD}"
# email server (if configured)
NOTIFICATIONS_SMTP_HOST: "${SMTP_HOST}"
NOTIFICATIONS_SMTP_PORT: "${SMTP_PORT}"