How to pass arguments to a pre-built docker image through docker compose

I want to pass some arguments to a prebuilt docker image through the compose file. So, I don’t have the Dockerfile and I can’t use the context. For instance, in the docker hub documentation of the ganache-cli image, there is the possibility to use the following command to run docker run –detach –publish 8545:8545 trufflesuite/ganache-cli:latest… Read More How to pass arguments to a pre-built docker image through docker compose