Browse Source

add rtmp port

Jason Hunter 4 years ago
parent
commit
ceb3329f9e
1 changed files with 1 additions and 0 deletions
  1. 1 0
      docker-compose.yml

+ 1 - 0
docker-compose.yml

@@ -15,6 +15,7 @@ services:
       - ./config/config.yml:/config/config.yml:ro
       - ./config/config.yml:/config/config.yml:ro
       - ./debug:/media/frigate
       - ./debug:/media/frigate
     ports:
     ports:
+      - "1935:1935"
       - "5000:5000"
       - "5000:5000"
       - "5001:5001"
       - "5001:5001"
       - "8080:8080"
       - "8080:8080"