On scalelite server :
first try to see whether docker container by the name of "scalelite-recordings" exists
```
docker ps
```
if there's any container running by the name of "scalelite-recordings" then you can execute following commands
```
docker cp /PATH_TO_SOME_LOCATION/favicon.ico scalelite-recordings:var/bigbluebutton/playback/presentation/2.3/
docker cp /PATH_TO_SOME_LOCATION/logo.png scalelite-recordings:var/bigbluebutton/playback/presentation/2.0/
docker cp /PATH_TO_SOME_LOCATION/logo.874db01b.png scalelite-recordings:var/bigbluebutton/playback/presentation/2.3/static/media/
```
Just rename logo.png to logo.874db01b.png