Since the introduction of VSCode devcontainers we noticed issues when you have more than one project using devcontainers on your PC. When restarting the PC, all devcontainers would try to restart which can lead to TCP port conflicts.
Migration guide:
- Remove all lines containing
restart: always
from the file./.devcontainers/docker-compose.yml
(it should exist two or three times)