Add networking options for configuring listening ports (#21779)

This commit is contained in:
Eric Work
2026-02-25 09:02:08 -07:00
committed by Nicolas Mowen
parent 08ee2e21de
commit cdcf56092c
18 changed files with 200 additions and 130 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 \