Docker Containers Outbound Traffic doesn't connect

I have a set of containers created by a docker compose file, using the bridge network created by the docker compose by default. I’m running this off a Synology NAS, I’m thinking something got messed up via that, but not totally sure anymore. Anyone have any idea why I wouldn’t be able to send any traffic out of my containers? The DNS also doesn’t seem to resolve, but I think it’s related

docker compose: version: "3"services: vpn: container_name: vpn image: b - Pastebin.com

Does this error happen without the VPN container as well?