mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-09 04:35:25 +03:00
docker: modify listen directive in nginx.conf to listen on both IPv4&v6
This commit is contained in:
parent
37f60f7140
commit
d6a7ccede6
@ -62,7 +62,7 @@ http {
|
||||
}
|
||||
|
||||
server {
|
||||
listen 5000;
|
||||
listen [::]:5000 ipv6only=off;
|
||||
|
||||
# vod settings
|
||||
vod_base_url '';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user