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?