Run Celo Full Node

I want to run CELO full node with full data sync .i am adding the docker commands given in the documentation only i am able to see the block no getting synced i am not able to see the whole transaction while fetching data from web3 .Also the webs socket connection is also not working .

Command used to run full node
docker run --name celo-fullnode -d --restart unless-stopped --stop-timeout 300 -p 127.0.0.1:8545:8545 -p 127.0.0.1:8546:8546 -p 30303:30303 -p 30303:30303/udp -v $PWD:/root/.celo $CELO_IMAGE --verbosity 3 --syncmode full --http --http.addr 0.0.0.0 --http.api eth,net,web3,debug,admin,personal --light.serve 90 --light.maxpeers 1000 --maxpeers 1100 --etherbase $CELO_ACCOUNT_ADDRESS --datadir /root/.celo

Also how to enable fast sync it is already 5 days the node is not fully synced yet