portainer/portainer

View on GitHub
pkg/libstack/compose/internal/composeplugin/status_test_files/failed.yml

Summary

Maintainability
Test Coverage
version: '3'
services:
  web:
    image: nginx:latest
  failing-service:
    image: busybox
    command: ["false"]