I'm doing it for my local KMS :))))
the command look like this:
docker run -it -v
/home/solomax/work/openmeetings/kms/etc-kurento:/etc/kurento -v
/home/solomax/work/openmeetings/data:/home/solomax/work/openmeetings/data
--network host kurento/kurento-media-server bash
the folder /home/solomax/work/openmeetings/kms/etc-kurento contains
customized configs (if any)
it is mapped to /etc/kurento and being used by KMS
in case of OM-docker
you should pass `-v ${your-customized-path}/conf:/opt/openmeetings/conf`
I would:
1) get the standard OM distribution
2) extract it to some folder
3) copy conf to ${your-customized-path}
4) perform necessary customization
you can use same steps to customize DATA_DIR :) and/or DB/hazelcast config :)
On Tue, 18 Jan 2022 at 03:12, <[email protected]> wrote:
>
> Have you done this before, any chance I can see your sample ?
>
> Thanks,
> Dan
>
> On 17/01/2022 17:10, Maxim Solodovnik <[email protected]> wrote:
> > Yes, sure :)
> > You can modify 'docker' file and rebuild
> > Or mount 'conf' folder and perform necessary changes :)
> >
> >
> > from mobile (sorry for typos ;)
> >
> > On Mon, Jan 17, 2022, 23:46 Daniel Baker <[email protected]
> > <mailto:[email protected]>> wrote:
> >
> > Are the instructions for installing lets encrypt on Ubuntu the same
> > for
> > your docker image?
> >
> > Thanks,
> > Dan
> >
> >
--
Best regards,
Maxim