Connection lost

For me it works perfectly fine for me if I try with this most basic compose file:

version: '3.1'

services:
  n8n:
    image: n8nio/n8n:0.68.2-push-debug
    ports:
      - 5678:5678
    command: /bin/sh -c "sleep 5; ./packages/cli/bin/n8n start"