comment create user on install
This commit is contained in:
parent
a443fc636b
commit
08e6e1526c
@ -33,9 +33,9 @@ services:
|
|||||||
- "SECRET_KEY=${SECRET_KEY}"
|
- "SECRET_KEY=${SECRET_KEY}"
|
||||||
# Can be removed after installation
|
# Can be removed after installation
|
||||||
- "DEFAULT_ADMIN_EMAIL=${ADMIN_EMAIL}" # Do not remove if you want to prevent this user from being edited/deleted
|
- "DEFAULT_ADMIN_EMAIL=${ADMIN_EMAIL}" # Do not remove if you want to prevent this user from being edited/deleted
|
||||||
- "DEFAULT_ADMIN_PASSWORD=${ADMIN_PASSWORD}"
|
#- "DEFAULT_ADMIN_PASSWORD=${ADMIN_PASSWORD}"
|
||||||
- "DEFAULT_ADMIN_NAME=${ADMIN_NAME}"
|
#- "DEFAULT_ADMIN_NAME=${ADMIN_NAME}"
|
||||||
- "DEFAULT_ADMIN_USERNAME=${ADMIN_USERNAME}"
|
#- "DEFAULT_ADMIN_USERNAME=${ADMIN_USERNAME}"
|
||||||
depends_on:
|
depends_on:
|
||||||
- "db"
|
- "db"
|
||||||
labels:
|
labels:
|
||||||
|
Loading…
Reference in New Issue
Block a user