ArangoDB Docker Timing Out

I’m trying to set up ArangoDB using Docker as a Private Service. Unfortunately I keep running into a deployment timeout. From what I can gather a common issue is that it needs to bind to 0.0.0.0, which I have tried several different ways, but I am still getting the timeout. Currently I am using the following arangod.conf file:

[http]
endpoint = tcp://0.0.0.0:8529

Is there something else I might be missing? Why would it be timing out each time? What’s it timing out on? Are there more logs somewhere?

Difficult to see what the issue might be with the limited info provided.