Skip to content

Commit

Permalink
updated docker install doc.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jess Portnoy committed Feb 27, 2017
1 parent 2d2ec65 commit ee80e06
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion doc/install-docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,19 @@ The container already documented to expose 80, 443 and 1935 ports, make sue to r

### Start Kaltura container
```bash
docker run -d --name=kaltura -p 80:80 -p 443:443 -p 1935:1935 kaltura/server
docker run -d --name=kaltura -p 80:80 -p 443:443 -p 1935:1935 -p 88:88 -p 8443:8443 kaltura/server
```

Port 1935 TCP is the default RTMP port, required for live streaming
Port 88 and 8443 are the default ports for Nginx, which loads the Nginx VOD module.
You can control these ports with the following answer file vars:
```
VOD_PACKAGER_PORT
RTMP_PORT
```
When installing interactively, you will be prompted for these values.


### Start of Kaltura Configuration

```bash
Expand Down

0 comments on commit ee80e06

Please sign in to comment.