Remove unneeded escape character (collabora)
This commit is contained in:
parent
b1c6322937
commit
2b107c2bba
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ environment = [
|
|||
"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',
|
||||
'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