IPv6
IP version 6 info when self-hosting Budibase
Docker Compose
When using docker-compose to run Budibase you will have a container named 'bbproxy' that uses Nginx to proxy requests into the Budibase app containers. The Nginx Dockerfile
adds a script 80-listen-on-ipv6-by-default.sh
(source) to /docker-entrypoint.d
. This script checks for IPv6 support and if not available removes any IPv6 lines in the Nginx config files.
Updated 11 months ago