Switching from doing "post-start" loop hacks to running the container in 3 steps: `create` + potentially connect to additional networks + `start`. This way, the container would be connected to all its networks even at the very beginning of its life.
Fixes https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/2090