opencast / opencast-docker

Dockerfiles for Opencast
https://quay.io/organization/opencast/
Educational Community License v2.0
41 stars 36 forks source link

Fix distribution in multiserver example #126

Closed mtneug closed 4 years ago

mtneug commented 4 years ago

The download distribution URL needs to be accessible by all Opencast containers and by the Docker host system. This only applies to localhost:8080, i.e. the admin container. This PR changes the download URL back to this instance.

Note that in the best case you use a normal webserver to serve the content or use the presentation node.

This fixes #122