I have deployed multiple containers using a docker-compose.yml file on a raspberry pi. I would like to specify some options for one of those containers. How can I do this ?
To be more specific:
I am using the docker image dastrasmue/rpi-samba and I want to set the options -v /data:/share/data
and -u "pi:secret"
and -s "Pi (private):/share/data:rw:pi"
but I have no clue how I can do this in a composite docker application.