diff --git a/docs/docs/deploy/docker/README.mdx b/docs/docs/deploy/docker/README.mdx index af584b0df..2b243777f 100644 --- a/docs/docs/deploy/docker/README.mdx +++ b/docs/docs/deploy/docker/README.mdx @@ -111,7 +111,7 @@ to the public internet. To enable IPv6 support in Docker-deployed Firezone, foll "ipv6": true, "ip6tables": true, "experimental": true, - "fixed-cidr-v6": "fd00:1::/80" + “fixed-cidr-v6”: “2001:db8:1::/64” } ``` This enables IPv6 NAT and configures IPv6 forwarding for Docker containers.