alangecker / bigbluebutton-docker

merged into https://github.com/bigbluebutton/docker
GNU Lesser General Public License v3.0
99 stars 33 forks source link

favicon seems to be missing #86

Open grigorig opened 3 years ago

grigorig commented 3 years ago

I get a 404 for /favicon.ico of my BBB instance. It very much looks like it simply is missing: it's not included in any container image.

I hacked it into the nginx container by downloading the file from BBB git and adding it as a read-only volume similar to the default presentation PDF, but I think this should have a more proper solution.