mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-22 21:54:18 +08:00
Update add admin token
Signed-off-by: Jean-Yves <7360784+docjyJ@users.noreply.github.com>
This commit is contained in:
parent
d6580b30ce
commit
e1866b404c
1 changed files with 5 additions and 1 deletions
|
@ -47,7 +47,11 @@
|
||||||
],
|
],
|
||||||
"environment": [
|
"environment": [
|
||||||
"TZ=%TIMEZONE%",
|
"TZ=%TIMEZONE%",
|
||||||
"NC_DOMAIN=%NC_DOMAIN%"
|
"NC_DOMAIN=%NC_DOMAIN%",
|
||||||
|
"ADMIN_SECRET=%STALWART_USER_PASS%"
|
||||||
|
],
|
||||||
|
"secrets": [
|
||||||
|
"STALWART_USER_PASS"
|
||||||
],
|
],
|
||||||
"volumes": [
|
"volumes": [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue