To answer my question:
Docker compose will not touch services of a compose file that didn't experience any changes.
It this correct?
Yes, it is correct.
The issue was with some remainder from the same container that somehow survived an unexpected reboot. If I trear everything down before reboot, it will work fine afterwards...