Small fix for collabora
This commit is contained in:
parent
b5d1364db7
commit
b1c6322937
1 changed files with 2 additions and 1 deletions
|
@ -75,9 +75,10 @@ container_name = "collabora"
|
|||
restart = "unless-stopped"
|
||||
env_file = ".env"
|
||||
environment = [
|
||||
"password=${COLLABORA_PASSWORD}",
|
||||
"username=${COLLABORA_USERNAME}",
|
||||
"password=${COLLABORA_PASSWORD}",
|
||||
"domain=collabora.korhonen.cc",
|
||||
'extra\_params=--o:ssl.enable=false --o:ssl.termination=true --o:net.post\_allow.host\[0\]=cloud.korhonen.cc',
|
||||
]
|
||||
networks = ["proxy"]
|
||||
labels = [
|
||||
|
|
Loading…
Reference in a new issue