OSP fixing port mapping config.

This commit is contained in:
Alexey Skobkin 2020-04-15 23:25:22 +03:00
parent a7c61b9e97
commit 7cf31b0990
No known key found for this signature in database
GPG Key ID: 5D5CEF6F221278E7
1 changed files with 2 additions and 2 deletions

View File

@ -11,8 +11,8 @@ services:
image: deamos/openstreamingplatform
ports:
- "1935:1935/tcp"
- "localhost:8585:80/tcp"
- "localhost:8553:443/tcp"
- "127.0.0.1:8585:80/tcp"
- "127.0.0.1:8553:443/tcp"
environment:
- REDIS_HOST="ospredis"
- REDIS_PORT=6379