Re: Re: Config the recording file storage location

2020-08-22 Thread Maxim Solodovnik
For om-docker you have to additionally pass OM_DATA_DIR variable [1] [1] https://github.com/openmeetings/openmeetings-docker/blob/master/Dockerfile#L41 On Sat, 22 Aug 2020 at 23:13, Xiaxuan wrote: > > So the JAVA_OPTS="-DDATA_DIR=/opt/omdata" defined in ./bin/startup.sh > file must same as th

Re:Re: Config the recording file storage location

2020-08-22 Thread Xiaxuan
So the JAVA_OPTS="-DDATA_DIR=/opt/omdata" defined in ./bin/startup.sh file must same as the docker source value and target value ? just like this: sudo docker run -d --name kms -p : --mount type=bind,source=/opt/omdata,target=/opt/omdata kurento/kurento-media-server is it correct? A

Re: Config the recording file storage location

2020-08-20 Thread Maxim Solodovnik
You should pass it like this: export JAVA_OPTS="-DDATA_DIR=/opt/omdata" ./bin/startup.sh On Thu, 20 Aug 2020 at 21:30, Xiaxuan wrote: > > > How can I config the DATA_DIR option. > > Best regards > > andyxia > > > -- Best regards, Maxim

Config the recording file storage location

2020-08-20 Thread Xiaxuan
How can I config the DATA_DIR option. Best regards andyxia