Add networking options for configuring listening ports (#21779)

This commit is contained in:
Eric Work
2026-01-28 07:27:46 -07:00
committed by GitHub
parent 5fdb56a106
commit a2ae2903cf
18 changed files with 183 additions and 131 deletions
+2 -1
View File
@@ -49,7 +49,8 @@ push: push-boards
--push
run: local
docker run --rm --publish=5000:5000 --volume=${PWD}/config:/config frigate:latest
docker run --rm --publish=5000:5000 --publish=8971:8971 \
--volume=${PWD}/config:/config frigate:latest
run_tests: local
docker run --rm --workdir=/opt/frigate --entrypoint= frigate:latest \