mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-28 08:29:20 +08:00
fix issue with recording-secret
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
12e8266f98
commit
5583f88d9c
1 changed files with 2 additions and 1 deletions
|
@ -214,7 +214,8 @@
|
|||
],
|
||||
"secrets": [
|
||||
"REDIS_PASSWORD",
|
||||
"ONLYOFFICE_SECRET"
|
||||
"ONLYOFFICE_SECRET",
|
||||
"RECORDING_SECRET"
|
||||
],
|
||||
"restart": "unless-stopped",
|
||||
"networks": [
|
||||
|
|
Loading…
Reference in a new issue