Closed MrFabio closed 1 year ago
With this change it will be possible to setup a root password in order to the database to not be exposed.
Also, quote the freeswitch args because we may pass the ports like so:
freeswitch: image: drachtio/drachtio-freeswitch-mrf:0.4.21 imagePullPolicy: IfNotPresent args: - freeswitch - --codec-answer-generous - --rtp-range-start - 15000 - --rtp-range-end - 19000
and the ports were being parsed to number (Cannot unmarshal number into Go value of type string) even using "15000"
"15000"
With this change it will be possible to setup a root password in order to the database to not be exposed.
Also, quote the freeswitch args because we may pass the ports like so:
and the ports were being parsed to number (Cannot unmarshal number into Go value of type string) even using
"15000"