Append docker run command switches to docker-compose up

1k Views Asked by At

My QNAP NAS has the ability to run Docker containers. But the UI is limited. You can't change the docker run command invocation.

You can however use 'advaned' mode and use docker-compose and a YAML file instead.

I need to somehow pass an additional --sig-proxy=false to the invocation of docker run or in the case of using YAML, docker-compose up.

Is there a way to add docker switches to the YAML file as though they were on the command line?

0

There are 0 best solutions below