IPv6 & Docker/k3s

Inside the pod, IPv6 only network, I can curl the Peertube-web-page:

curl [::1]:9000
curl -6 [::1]:9000
curl localhost:9000
curl -6 localhost:9000