The solution of portainer-unpacker is to run the command docker service update <stack_service_id> every time when the stack redeployment is executed. This command will forcibly re-create a service container so that the relative path of the new downloaded git repository can be mounted again.
closes EE-4646
The solution of
portainer-unpacker
is to run the commanddocker service update <stack_service_id>
every time when the stack redeployment is executed. This command will forcibly re-create a service container so that the relative path of the new downloaded git repository can be mounted again.