Hello 😄
Thank you for providing the template file for opencloud.
I found that the name of variable START_ADDITIONAL_SERVICES is wrong.
It is correct, if the compose file with the provided .env file is used, but the actual variable is passed to OC_ADD_RUN_SERVICES.
So for additional services you have to use e.g. OC_ADD_RUN_SERVICES=notifications,antivirus.
It is also important not to use " quotes for the variable value.
Not sure if COLLABORA_DOMAIN or ONLYOFFICE_DOMAIN are valid variables anymore but they are not mentioned in the docs either. Unfortunately I'm not using them so I'm not able to verify.
Hello 😄
Thank you for providing the template file for opencloud.
I found that the name of variable START_ADDITIONAL_SERVICES is wrong.
It is correct, if the compose file with the provided .env file is used, but the actual variable is passed to
OC_ADD_RUN_SERVICES.So for additional services you have to use e.g.
OC_ADD_RUN_SERVICES=notifications,antivirus.It is also important not to use
"quotes for the variable value.Not sure if
COLLABORA_DOMAINorONLYOFFICE_DOMAINare valid variables anymore but they are not mentioned in the docs either. Unfortunately I'm not using them so I'm not able to verify.