Last active 3 months ago
0
0
1
| 1 | version: "3.8" |
| 2 | |
| 3 | services: |
| 4 | wyze-bridge: |
| 5 | image: mrlt8/wyze-bridge:latest |
| 6 | container_name: wyze-bridge |
| 7 | restart: unless-stopped |
| 8 | ports: |
| 9 | - "1935:1935" # RTMP (if port 1935 is in use, change to 11935:1935) |
| 10 | - "8554:8554" # RTSP (if port 8554 is in use, change to 18554:8554) |