Hi
I have install kaltura community edition (https://github.com/kaltura/platform-install-packages) using docker.
So what I did
create a docker-compose.yml
version: “2”
services:
kaltura:
build: platform-install-pachages
ports:
- “81:80”
- “444:443”
- “1936:1935”
- “89:88”
- “8444:8443”
networks:
kaltura:
I build the docker file successfully
and run it
it looks that it runs when I am going in my browser localhost:81 i have the apache server’s page
but at this point I am not sure if it is actually running or not
if somebody need more info I am happy to provide it.
Thanks