Proxmox - enable internet access inside container

In host machine run command:
iptables -t nat -A POSTROUTING -s '192.168.1.0/24' -o vmbr0 -j MASQUERADE

where 192.168.1.0 is private subnet of containers

Example config on host machine