Why does Docker Compose lose communication between containers intermittently on Centos?
I've been using this docker compose configuration for a couple of years in production now, and it's been fine until randomly crashing twice in the past week... version: "3.7" services: web: image: backend build: .. restart: unless-stopped expose: - 8000…