Fix collabora docker container
This commit is contained in:
parent
7715a89401
commit
b0596b9f44
|
@ -22,11 +22,12 @@
|
|||
"9980:9980"
|
||||
];
|
||||
extraOptions = [
|
||||
"--cap-add MKNOD"
|
||||
"--cap-add=MKNOD"
|
||||
"--pull=always"
|
||||
];
|
||||
environment = {
|
||||
server_name = "collabora.pub.solar";
|
||||
aliasgroup1 = "https://collabora.pub.solar:443";
|
||||
aliasgroup1 = "https://cloud.pub.solar:443";
|
||||
DONT_GEN_SSL_CERT = "1";
|
||||
extra_params = "--o:ssl.enable=false --o:ssl.termination=true";
|
||||
SLEEPFORDEBUGGER = "0";
|
||||
|
|
Loading…
Reference in a new issue