mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00: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": [
|
"secrets": [
|
||||||
"REDIS_PASSWORD",
|
"REDIS_PASSWORD",
|
||||||
"ONLYOFFICE_SECRET"
|
"ONLYOFFICE_SECRET",
|
||||||
|
"RECORDING_SECRET"
|
||||||
],
|
],
|
||||||
"restart": "unless-stopped",
|
"restart": "unless-stopped",
|
||||||
"networks": [
|
"networks": [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue