Docker composer installation

Hello, I’m running docker 19.03.12 on debian buster in a rockpro64 board, I’ve folowed the guide https://github.com/dani-garcia/bitwarden_rs/wiki/Using-Docker-Compose and I’ve created a docker-compose.yml file like the one in the guide (without websocket notifications).

When I run the command docker compose up, the following error appears:
Creating network “bitwarden_default” with the default driver
ERROR: Failed to program FILTER chain: iptables failed: iptables --wait -I FORWARD -o br-2b5a6cfde4af -j DOCKER: iptables v1.8.2 (nf_tables): RULE_INSERT failed (Invalid argument): rule in chain FORWARD
(exit status 4)

Any help would be appreciated.