I wanted to change the placement (manager/worker) of several containers in my docker stack deployment (swarm). Now im asking myself how i can commit the changes of my docker-compose.yml file to the deployed stack as I changed/extended the following:
deploy:
...
placement:
constraints:
- node.role == worker
I already checked the docker docs on this but I found nothing according to this so far.
Thanks