services: test-restart: image: busybox:1.36 command: ["sh", "-c", "echo started && sleep infinity"] restart: always