Disable OnlyOffice JWTs

This commit is contained in:
Elara 2023-01-28 06:52:20 +00:00
parent aec432268b
commit 5735912ffc
1 changed files with 4 additions and 0 deletions

View File

@ -91,6 +91,10 @@ job "nextcloud" {
task "onlyoffice" {
driver = "docker"
env {
JWT_ENABLED = false
}
volume_mount {
volume = "onlyoffice-data"
destination = "/var/www/onlyoffice/Data"