docker kill restreamer
and then docker rm restreamer
.docker pull datarhei/restreamer:latest
.-v /mnt/restreamer/db:/restreamer/db
with -v /mnt/restreamer/db:/core/config -v /opt/restreamer/data:/core/data
in your docker command line.v1.json
) stored in /mnt/restreamer/db
will not be used anymore. A new settings database (db.json
) and a config file (config.json
) have been created in that directory.-e RS_
), they will be ignored after the first start of Restreamer v2.x (see step 6 above). You can remove them from your docker command line.RS_USERNAME
and RS_PASSWORD
. You can remove those because during the first start of Restreamer v2.x their values were transferred into the config.json
.