diff --git a/docs/docs/configuration/advanced/system.md b/docs/docs/configuration/advanced/system.md index 7956fda46f..171ff97150 100644 --- a/docs/docs/configuration/advanced/system.md +++ b/docs/docs/configuration/advanced/system.md @@ -245,27 +245,6 @@ services: - /path/to/your/nginx.conf:/usr/local/nginx/conf/nginx.conf ``` -### Enabling IPv6 - -IPv6 is disabled by default. Enable it in the Frigate configuration. - - - - -Navigate to and expand **IPv6 configuration**, then enable **Enable IPv6**. - - - - -```yaml -networking: - ipv6: - enabled: True -``` - - - - ### Listen on different ports You can change the ports Nginx uses for listening. The internal port (unauthenticated) and external port (authenticated) can be changed independently. You can also specify an IP address using the format `ip:port` if you wish to bind the port to a specific interface. This may be useful for example to prevent exposing the internal port outside the container.